hello ..i have a church database which i want to create an App which contains all details in the database....with a search button to search the database...
2: Dump your data in a SQLite database that comes natively in Android; then query that database from your app. The downside is that your data might get stale since it is part of the app and not stored in a central database.
ok artsapp..thanks will do just what u said...would be glad if you could suggest some example of alreday made database search apps so i could use as a guide
I'd love to just give you a working example; but you will always have to write your own SQL queries and a custom DB connection to ask questions to the database
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.