Android: Simple GridView that displays text in the grids

后端 未结 3 1843
后悔当初
后悔当初 2020-12-06 07:50

I\'m following the example on the android tutorial about the GridView, but instead of showing image, i want to just simple show some text using a TextView. it turns out seem

3条回答
  •  猫巷女王i
    2020-12-06 08:16

    I am not sure what could be causing your problem. I followed the step by step instructions on the page that you linked to to set up "Hello, GridView", and used your code and was able to see the text.

    The only things I changed was rather than creating a class for ImageAdapter I used your MyAdapter. In the activity HelloGridView.java onCreate I used "MyAdapter" rather than "ImageAdapter". I didn't change the layout at all.

    Here is a Screenshot of what I get when running your code.

提交回复
热议问题