Closed GoogleCodeExporter closed 9 years ago
It's easy - pretty much standard android approach for list view: - look here:
http://code.google.com/p/tree-view-list-android/source/browse/src/pl/polidea/tre
eview/demo/SimpleStandardAdapter.java
You need to derive from the Abstract adapter and override few methods to
inflate your own layout rather than demo_list_item.xml - then you use your
adapter instead of SimpleStandardAdapter.
Original comment by ja...@potiuk.com
on 9 Jun 2011 at 9:38
Original comment by ja...@potiuk.com
on 9 Jun 2011 at 9:39
Original issue reported on code.google.com by
jayasund...@gmail.com
on 7 Jun 2011 at 6:01