简体   繁体   English

Android 与 Sqlite 中的数据库连接 3

[英]Android with database connectivity in Sqlite 3

I'm doing a schedule sms application in android using eclipse.我正在使用 eclipse 在 android 中执行计划短信应用程序。 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 Android SQLite数据库

  2. SQLiteDatabase SQLite 数据库

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.并且,将AlarmManager用于您的计划应用程序。 Hope these helps you lot.希望这些对你有很大帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM