I m working on Android SQLite. My problem is that How do I work with many sqlite tables
, with which I have two activity
being populated and layout with gridview and listview, each of these invoke different table.
Asked
Active
Viewed 68 times
-1

Gulnaz Ghanchi
- 485
- 3
- 14

Morliz
- 1
-
1ok now what is the problem? – Siva Dec 02 '14 at 11:11
-
1Welcome to SO. This is not the place to learn that. Did you read the [Android tutorial about using SQLite](http://developer.android.com/guide/topics/data/data-storage.html#db)? Do you know [what SQL is](http://www.sqlcourse.com/intro.html)? Read those first, then try to apply them, then come back with a more specific question. – m0skit0 Dec 02 '14 at 11:40
1 Answers
-1
At first activity query 1 specific sqlite table and show in Listview while at other activity query second table and show in Gridview

Umer Waqas
- 1,794
- 1
- 12
- 15