In the previous post, ListView using BaseAdapter – Android we learned to create a list with custom views. In this…
Continue ReadingListView
ListView using BaseAdapter – Android
The previous post, Create List Using ListView was about displaying an array of a list. It dealt with only one…
Continue ReadingCreate List Using ListView – Android
Update: Instead of using ListView now you should start using RecyclerView. If you are unfamiliar with RecyclerView then you can…
Continue Reading