Android Open Source - SQLite/ContentProvider






    1. androidsqlitebook
      Examples from the Android SQlite and ContentProvider Book
      Score:23 Activity:4 Min SDK:15 Java File:10 Manifest File:3

    2. android-db-poc
      Trying out Android Best Practices for ContentProvider, SQLite access, CursorLoader etc.
      Score:1 Activity:1 Java File:5 Manifest File:1

    3. HowToPoulateDBWithContentProvider
      Using Android ContentProvider to Populate SQLite DB
      Activity:1 Min SDK:8 Target SDK:19 Java File:4 Manifest File:1

    4. ContentProviderProcessor
      The goal of ContentProviderProcess is to reduce the development time of custom ContentProvider and remove boilerplate code. The Developer should only create his SQLite tables and columns and thats it.
      Activity:1 Min SDK:7 Target SDK:21 Java File:11 Manifest File:2

    5. WeatherSimpleApp
      SQLIte database, ContentProvider etc practice
      Fragment:2 Activity:3 Java File:7 Manifest File:1

    6. Android-app-service
      It is the android app using java service and widget UI. The service get xml data from remote serve by http, parse the data and store it in sqlite database. UI get the data information from database by ContentProvider and display it.
      Min SDK:8 Target SDK:15 Java File:14 Manifest File:1