I am building an Android app & one of the functions I need is to list vehicles and other related data for example manufacturers and models etc…
I am hoping to be able to retreive data from the sql database in Android & I am building the
app using Eclipse.
I would like the data once retrieved from the sql database to appear in a text type field if possible can anyone help me.
I have done some basic research on this but I am a bit stumped help would be greattly appreciated.
Many Thanks
Will.
I am building an Android app & one of the functions I need is
Share
since this is your first question, I’ll be helping you.
On StackOverflow, people here are willing to help you but you must help them too.
You need to do two things:
Anyway, you should be able to find what you need here: http://www.vogella.de/articles/AndroidSQLite/article.html
This article explain how to use SQLite3 on Android much better than I can do. Good luck 🙂