Android Forum » Android Developer Forum » Android Developer Forum » Is there a real gridview (like what's available on windows)?

Is there a real gridview (like what's available on windows)?

User picture
Deactivated Account
Is there a real gridview (like what's available on windows)?
created on Sep 22, 2011 7:53:51 AM
Hi
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?
Reply with quote Reply Link ±0     (0 votes)
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.
Reply with quote Reply Link ±0     (0 votes)