Hi,

I'm trying to get some hand on how to use Sqlite in Android and
imported this tutorial in Eclipse (3.4).

Before changing anything in the following method DatabaseHelper, I get
an error as "The constructor SQLiteOpenHelper(Context, String, null,
int) is undefined.


private static class DatabaseHelper extends SQLiteOpenHelper {

        DatabaseHelper(Context context) {

            super(context, DATABASE_NAME, null, DATABASE_VERSION);

        }

I've successfully run emulator for the NoteList application where they
use SQLiteOpenHelper.

Do you have any suggestion what it may have caused? I imported the
Notepadv1Solution and there too I see the same error.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to