This is a tutorial about sqlite database in android , we are going to create and delete the database, create a table, insert rows,
edit rows, and delete rows, this is the simplest method, because we do not have to deal with SqliteOpenHelper class.
If you just want to use the sqlite data persistence features without having to subclass the SqliteOpenHelper class then you can just use this and you are done.
I am thinking to create a new playlist covering databases and ContentProviders but without explaining the basics, so the videos
may be shorter, because these tutorials are so long just because I am explaining concepts such as ContentValues, Cursor, etc,
concepts that an intermidiate user may already know, let me know what do you think, should I recreate shorter videos without
explaining the basics ?
Comments
Post a Comment