tags:

views:

27

answers:

2

Friends, I need to know how to create simple android application by sqlite database, how can i view the sqlite database and to view the tables has like other mysql server, Let me help to create simple application with database.where i can find the database.

Thanks in advance

A: 

Read this tutorial

Orsol
A: 

Android's Notepad tutorial covers this. You can also browse the Note Pad project (other project) source code in the samples\android-8\NotePad subdirectory of where you installed the android SDK on your computer.

JRL