Is there a way I can enter some data in a Listview, but not doing it from a class, maybe from the Properties panel in Eclipse for example.
Asked
Active
Viewed 127 times
1
-
As I know (and I think it's true) you have two options to populate list view **1** from xml (resource) **2** via code: see this: http://stackoverflow.com/questions/15762905/how-can-i-display-a-list-view-in-an-android-alert-dialog – AsfK Apr 10 '16 at 12:29
-
are you trying to manipulate the records after the app starts or just finding an "easier" method to populate data? – sihao Apr 10 '16 at 13:31
-
Am just trying to find an easier way. Am not planning to change the data on my list view. – Krist Jauregui Apr 17 '16 at 12:46