↧
How to create a custom ListView in android?
Hello all….. In today’s tutorial I will show you how to create a custom listview in android. For that we need 3java files. One holding the ListView itself another a Model object that holds the data for...
View ArticleSimplest Lazy Loading ListView Example in Android with data populated from a...
Hello all… You may have seen many implementations of Lazy Loading ListView. Today I will show you my method to create Lazy Loading ListViews. I dont know whether it can be any more simple than this. In...
View Article