Download Free code Android SQLite TODO App Example

Description

Today we are going to show you how to use Android SQLite database in your applications. Our sample application stores TODO Tasks. It displays a list of TODOs, when an element of the list is clicked it is removed from the database. Our application also.

Icons

Android SQLite TODO App Example

Source Files

The download file Android-SQLite-TODO-App-Example-master.zip has the following entries.


ITCSQLiteExample/.classpath/*from w ww. j a  v  a  2 s .  c  om*/
ITCSQLiteExample/.project
ITCSQLiteExample/AndroidManifest.xml
ITCSQLiteExample/gen/com/itcuties/android/apps/itcsqliteexample/BuildConfig.java
ITCSQLiteExample/gen/com/itcuties/android/apps/itcsqliteexample/R.java
ITCSQLiteExample/ic_launcher-web.png
ITCSQLiteExample/libs/android-support-v4.jar
ITCSQLiteExample/proguard-project.txt
ITCSQLiteExample/project.properties
ITCSQLiteExample/res/drawable-hdpi/ic_launcher.png
ITCSQLiteExample/res/drawable-ldpi/ic_launcher.png
ITCSQLiteExample/res/drawable-mdpi/ic_launcher.png
ITCSQLiteExample/res/drawable-xhdpi/ic_launcher.png
ITCSQLiteExample/res/layout/activity_add_todo.xml
ITCSQLiteExample/res/layout/activity_main.xml
ITCSQLiteExample/res/menu/activity_main.xml
ITCSQLiteExample/res/values-v11/styles.xml
ITCSQLiteExample/res/values-v14/styles.xml
ITCSQLiteExample/res/values/strings.xml
ITCSQLiteExample/res/values/styles.xml
ITCSQLiteExample/src/com/itcuties/android/apps/itcsqliteexample/AddTodoActivity.java
ITCSQLiteExample/src/com/itcuties/android/apps/itcsqliteexample/ListAdapter.java
ITCSQLiteExample/src/com/itcuties/android/apps/itcsqliteexample/MainActivity.java
ITCSQLiteExample/src/com/itcuties/android/apps/itcsqliteexample/dao/TodoDAO.java
ITCSQLiteExample/src/com/itcuties/android/apps/itcsqliteexample/data/Todo.java
ITCSQLiteExample/src/com/itcuties/android/apps/itcsqliteexample/sql/TodoSQLiteHelper.java
README.md

Download

Click the following link to download Android-SQLite-TODO-App-Example-master.zip.

Android-SQLite-TODO-App-Example-master.zip




















Home »
  Android Free Code »
    Database »




CouchDB
Database
ORM
SQLite
SQLite ORM