search results

  1. Contains the SQLite database management classes that an application would use to manage its own private database. Applications use these classes to manage private ...
    developer.android.com/reference/android/​database/sqlite/... - Cached
  2. Using the Android SQLite Database This tutorial describes how to use the SQLite database in Android applications. It also demonstrates how to use existing ...
    www.vogella.com/articles/AndroidSQLite/​article.html - Cached
  3. Class Overview. Exposes methods to manage a SQLite database. SQLiteDatabase has methods to create, delete, execute SQL commands, and perform other common database ...
    developer.android.com/reference/android/​database/sqlite/... - Cached
  4. < LI>
    A tutorial on using SQLite on Android; Author: Mina Samy; Updated: 27 May 2013; Section: Android; Chapter: Mobile Development; Updated: 27 May 2013
    www.codeproject.com/.../Using-SQLite-​Database-with-Android - Cached
  5. Android applications can store application data in SQLite databases. In this tutorial, you learn how SQLite databases are designed and manipulated. Here we
    mobile.tutsplus.com/tutorials/android/​android-sqlite - Cached
  6. Most all of the Android examples and tutorials out there assume you want to create and populate your database at runtime and not to use and access an independent ...
    www.reigndesign.com/blog/using-your-own-​sqlite-database... - Cached
  7. Recently we worked with big databases under android, and during that I met query optimization problems when using subqueries. From my previous experiences with MySQL ...
    www.helloandroid.com/taxonomy/term/19 - Cached
  8. Tutorial about handling SQLite database operations in android. This explains creating sqlite handler class. An example of contact table is taken. Also explained all ...
    www.androidhive.info/2011/11/android-​sqlite-database... - Cached
  9. This tutorial demonstrates how you can use SQLite in your Android application to build a list of high scores.
    www.androiddom.com/2011/06/android-and-​sqlite.html - Cached
  10. Android Tutorial For Beginners : SQLite Database Example Tutorial will explain a way to maintain your application data, which can be later accessed or altered.
    vimaltuts.com/.../android-sqlite-​database-example - Cached