I follow the instructions of HelloWorld for Android, but when I do the GridView exercise (http://developer.android.com/resources/tutorials/views/hello-gridview.html)
I found that if I comment on the line: imageView.setLayoutParams (new GridView.LayoutParams (85, 85));
Then everything works. I did some research and found that GridView.LayoutParams does not exist. Am I doing something wrong? Is the tutorial interrupted?
Steve source
share