android-gridview
Dynamically change size of GridView
I\'m developing an application for android, and i have a big old GridView that\'s centered vertically in the screen, with all the cells visible.[详细]
2023-04-12 17:06 分类:问答How to set a background drawable on a clicked GridView item in Android?
I have a GridView with a bunch of icons and I need to select one. And by select I mean: I need the drawable id to store into a database (so I can access it later)[详细]
2023-04-08 11:32 分类:问答GridView rows overlapping: how to make row height fit the tallest item?
Like this previous person, I have unwanted overlap between GridView items: Notice the text, in every column except the rightmost one.[详细]
2023-04-08 01:57 分类:问答setShadowLayer causes slow draw time in GridView?
I\'m currently working with a GridView containing ImageViews and would like shadows behind my images. There are potentially, say, 15 images visible in the grid at any time. Working under the assumptio[详细]
2023-04-07 01:49 分类:问答Help! How can I create a calendar app for Android?
I have created a GridView to manage a Calendar application. The ide开发者_运维问答a is that the user will be able to add text and images to specific days, and view events in the grid.[详细]
2023-03-27 00:04 分类:问答Android gridview : error while displaying large number of images
I have a grid view which is populated using a custom ImageAdapter class extending BaseAdapter. The images are dynamically loaded from a particular folder in the SD card. I have named the images accord[详细]
2023-03-16 11:05 分类:问答Android Bind GridView using external Images?
Hi i want to Bind GridView with images from the sd-card but not in the res/drawable folder? below is code where i am using images from res/drawable folder[详细]
2023-03-15 00:47 分类:问答TabView in android
I have three tabs, the content of each tab is a view ( Gridview in this case). I have created an image adapter class to populate the grid.[详细]
2023-03-14 05:44 分类:问答Display Issue in GridView (layout inflator) having button at the bottom of the screen?
I am using gridview with layout inflator to display icon with text with the difference that I have to provide a button at the bottom of the screen. My layout file looks like this:[详细]
2023-03-12 04:15 分类:问答Duplicate image in case of gridview while scrolling the grid?
I am using the grid view with layout inflator example. I am selecting the image from the sdcard and the name of the image and text is retrieved from string.txt file.[详细]
2023-03-12 03:06 分类:问答