I'm new to android and I was thinking about a DataBase solution on android OS.
Is there data related controls that's available on windows (e.g: GridView, ListView...)?
also what's the proper database server on android?
![]() Deactivated Account |
Is there a real gridview (like what's available on windows)? created on Sep 22, 2011 7:53:51 AM I'm new to android and I was thinking about a DataBase solution on android OS. Is there data related controls that's available on windows (e.g: GridView, ListView...)? also what's the proper database server on android? |
|
RE: Is there a real gridview (like what's available on windows)? created on Oct 3, 2011 7:15:36 AM
No, you have to create the "grid" yourself.
Checkout these posts http://droidcoders.blogspot.com/2011/09/android-displaying-widgets-in-grid-like.html and this one http://droidcoders.blogspot.com/2011/09/android-displaying-widgets-in-grid-like_23.html to use the tablelayout. I hope it helps. |