Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android alternative to jtable?

Does android (3.x, sdk 11 or grater) has a widget similar to a jtable object?

Instead of developing one from the ground (using gridview or tablelayout) I'm searcing for a ready to use widget.

TIA,

Bob

Update: I found this excelent post http://www.heikkitoivonen.net/blog/2009/02/15/multicolumn-listview-in-android/ about how to use a multicolumn listview.

like image 910
Bob Rivers Avatar asked Sep 14 '26 02:09

Bob Rivers


1 Answers

Not as such in terms of headers, sorting and so on. You will probably have to roll your own. The closest to some extend is ListView together with a ListActivity but you have to keep in mind that with the smaller screen and the navigation by touch lots of UI paradigms from JTable dont work.

Keep in mind that each list row can include many other layout items so you can emulate multi column setups easily. You can even include images that are lazily loaded, buttons for specific functionality related to this row and so on..

like image 95
Manfred Moser Avatar answered Sep 15 '26 16:09

Manfred Moser



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!