Tags
Archives
Ads
Tag Archives: ListView
Using the SimpleAdapter with a ListView in Android
When writing the Call history part of my Android app for Mobile Vikings I wanted to display the calls and messages in a listview with their number, date/time and cost. Displaying some text values in a ListView isn’t that hard. … Continue reading →