android - How to gathering 2 rows of list to be 1 row for call ContextMenu -
how gathering 2 rows of list 1 row call context menu
does have demo?
thanks in advance.
it sounds need listview
complex layout each list view item.
lots of options. create layout file 2 row layout want. then, either use simpleadapter, or use arrayadapter , override [getview][3] function fill in details.
if search on of terms, should find plenty of tutorials.
[3]: http://developer.android.com/reference/android/widget/arrayadapter.html#getview(int, android.view.view, android.view.viewgroup)
Comments
Post a Comment