/StoredSQLiteQueryApp_00002

Populating and Quering SQLite Databases on Android

Primary LanguageJava

1) Eclipse Project (StoredSQLiteQueryApp_00001.rar) with an Android (Android 2.3.3) 
app that creates an SQLite database (math_info.db) with one table (mathematician), 
populates it with entries for twelve famous mathematicians (Muhammad al-Kwarizmi, 
Nicolaus Copernicus, Johannes Kepler, Blaise Pascal, Andrey Kolmogorov, Isaac Newton, 
Nikolay Lobachevsky, Georg Cantor, David Hilbert, Giuseppe Peanno, Kurt Godel, 
Alonzo Church), and allows the user to search the database by the mathematicians' 
research areas and countries.

2) More details at http://vkedco.blogspot.com/2012/11/mobappdev-populating-and-quering-sqlite.html

3) DB manipulation is done on the UI thread with no synchronization.

4) Targets: Android 2.3, Eclipse 3.6

5) To start: unzip into a folder; open in Eclipse; Run as Android Application.