Android
Programming and Technical
Programming
Technical
How to show SQLite Database table information in android application? What is the best way to do it?
Options
1) Use table layout with cursor
2) Use listView with cursor adapter
3) Use table layout with cursor adapter
4) use gridview with cursor adapter
Read Solution (Total 1)
-
- 1) Use table layout with cursor
you can't use table layout with cursor adapter - 7 years agoHelpfull: Yes(0) No(0)
Android Other Question