Skip to content Skip to sidebar Skip to footer

How To Get All Item Names In Getview Method In Side Base Adapter Before Scorlling In Android

In my application I am fetching all the images and names from a MySQL server database to the Android mobile. If the emulator screen is HVGA, only five images and names are getting

Solution 1:

As you are actually storing the names as a member field of your adapter class, you could print them inside the constructor, just iterating over the array.


Post a Comment for "How To Get All Item Names In Getview Method In Side Base Adapter Before Scorlling In Android"