- #1
sunmaungoo
- 6
- 0
Basically here what I want to do.
I already got a sqlite database when I tried Window Programming and I am trying to port it to
Android.I am using Mono for Android (C#).
I think I have to use the combination of SQLiteCursor and some adapter.I want it to display it
as in excel like layout.The window programe I have written is return the query result as DataTable and I have it display on the GridView.
So Here is my question.
How to I port my sqlite database to Android and display the query result of that database.
Any answer will be a big help to me and ask me if the question is not clear.
I already got a sqlite database when I tried Window Programming and I am trying to port it to
Android.I am using Mono for Android (C#).
I think I have to use the combination of SQLiteCursor and some adapter.I want it to display it
as in excel like layout.The window programe I have written is return the query result as DataTable and I have it display on the GridView.
So Here is my question.
How to I port my sqlite database to Android and display the query result of that database.
Any answer will be a big help to me and ask me if the question is not clear.