[android-developers] Re: Create Data Base

2008-10-23 Thread andrex
Thanks Anm, but I'm looking for something diferent, i want to create a class like this(I got it from android example): public class base extends ContentProvider { private static final String TAG = "Base"; private static final String DATABASE_NAME = "base.db"; private static final

[android-developers] Re: Create Data Base

2008-10-21 Thread Anm
Walk through the Notepad example: http://code.google.com/android/intro/tutorial.html Then study the NotesDbAdapter.java file for the specifics of how it creates and interfaces with the database. Anm On Oct 21, 12:53 pm, andrex <[EMAIL PROTECTED]> wrote: > Hi all, i was loking for an example