开发者

Android with database connectivity in Sqlite 3

开发者 https://www.devze.com 2023-03-18 03:45 出处:网络
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

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.

  1. Android SQLiteDatabase

  2. 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消