On Thu, 23 Dec 2010 06:20 -0700, "Jeff Johnson" <[email protected]> wrote: > Anyone familiar with a > database application for the Android that can view & search an SQLite > database? >
I presume you mean an Android app that can view/browse an SQLite database on the same Android device? Maybe Android SQLite Manager (http://sourceforge.net/projects/asqlitemanager/) however that requires the Sqlite DB to be on the SD card. I don't know of any others - you might find that you'd have to develop an application (APK) to do it, and bundle the DB with it. -- Alan Bourke alanpbourke (at) fastmail (dot) fm _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

