Tagged Questions
3
votes
1answer
361 views
Should I use dynamic fast scroll on an Android application?
I'm developing an app on the Android platform and the main UI component used is a ListView. Now, in my case, this ListView may contain a huge amount of items (depending on the user) so with that in ...
1
vote
1answer
170 views
Android List Layout [closed]
I am trying to implement a "listview" style interface on Android, the layout should be like the image, that is each "row" of data in the list may have multiple subrows (?)
Any suggestions on any ...
1
vote
3answers
559 views
Where to place an “add new record” item for a listview?
I'm working on an app that has a listview, and I need a way to add rows to the listview. The code is not a problem, but I'm just wondering if there is a convention or consistent android UI design for ...