Archive for May, 2013

Building a Mobile Employee Directory – Step 3: Save (Persist) the data into a SQLite Database & Load a ListView from a SQLite Database

Building a Mobile Employee Directory – Step 3: Save (Persist) the data into a SQLite Database & Load a ListView from a SQLite Database

| May 19, 2013 | 2 Comments

For the source code relating to this post, checkout this Github repository. Continuing with the mobile employee directory example, I’ve added persistent storage with an SQLite database. MainActivity.java package com.himebaugh.employeedirectory; import java.util.List; import android.app.ListActivity; import android.database.Cursor; import android.os.AsyncTask; import android.os.Bundle; import android.support.v4.widget.SimpleCursorAdapter; import android.view.Menu; // GOAL: Build a native android Mobile Employee Directory // ** The […]

Continue Reading


Warning: Use of undefined constant XML - assumed 'XML' (this will throw an Error in a future version of PHP) in /nfs/c07/h02/mnt/111918/domains/innovativenetsolutions.com/html/wp-content/plugins/wp-syntaxhighlighter/wp-syntaxhighlighter.php on line 1048