Top "Items" questions

How do I use List<String> for ArrayAdapter values (Java, Android)

I'm trying to update listView items when application is running. I can make it work by using a String[] instead …

android listview items
Android -- Problems with Checkable menu items

I have read the instructions at the android developers page's in order to get the Checkable menu items: http://developer.…

android menu checkbox items
Android: Listview duplicates itself when I launch a new activity and press back to go back to it

I have two list views that are fragments in view pager tabs. When you click on the items in the …

android listview tabs duplicates items