Android with database connectivity in Sqlite 3
I'm doing a schedule sms app开发者_高级运维lication in android using eclipse. The designing part is over. Now, i want to connect my fields and the date and time must stored in database. How can i do that?
I suggest you to refer below database links. It may helps you lot.
Android SQLiteDatabase
SQLiteDatabase
By, the second link, it'll helps you lot. They've explained the database concepts briefly. And, also refer the example from there.
And, use AlarmManager for your scheduled application. Hope these helps you lot.
精彩评论