Android SQLite: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 8: | Line 8: | ||
* [http://www.tutorialspoint.com/android/android_sqlite_database.htm Tutorialspoint], Android & SQLite | * [http://www.tutorialspoint.com/android/android_sqlite_database.htm Tutorialspoint], Android & SQLite | ||
* [http://stackoverflow.com/questions/9109438/how-to-use-an-existing-database-with-an-android-application StackOverflow], How to use an existing database in Android. | |||
== See also == | == See also == |
Revision as of 15:11, 26 March 2015
Android uses the simple light Database implementation SQLite.
Tutorials
- Lars Vogel Tutorial Android & SQLite
- Tutorialspoint, Android & SQLite
- StackOverflow, How to use an existing database in Android.