PDA

View Full Version : How to create database using android API



sangram
01-22-2008, 12:11 PM
Hi All
Can u plz help me some code for creating database using android API..............?

hansworst
01-22-2008, 06:33 PM
Have a look at this tut: http://www.anddev.org/working_with_the_sqlite-database_-_cursors-t319.html
or this if the link doesn't work:
http://www.anddev.org/viewtopic.php?t=319


bye

libertino
05-30-2008, 04:47 AM
Just use DatabaseHelper



Android application that fills the niche (http://phandroid.blogspot.com)

sarangasl
01-18-2010, 12:00 AM
It is simple, try this;

Create Android Database (http://sarangasl.blogspot.com/2009/09/create-android-database.html)

Brinkley1988
09-28-2010, 03:10 AM
I think first of all, you need to install a database browser, you could find one here:

http://sourceforge.net/projects/sqlitebrowser/

and then, using the sql statement to create database similar to create in the SQL Server and MySQL. You need to reffer to the documents supplied by android official tech. refference for the details.

ruelblapid
03-15-2011, 11:06 PM
Hi Brinkley1988, (http://androidcommunity.com/forums/members/brinkley1988-80498.html)

Check this out I posted basic database tutorial:
http://www.anddev.org/networking-database-problems-f29/log-in-to-database-t51657.html