首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 在对Android平台的应用程序用于管理SQLite数据库框架。

在对Android平台的应用程序用于管理SQLite数据库框架。

资 源 简 介

_Android SQLite Framework_ With this library, you will be able to manage SQLite databases in applications for the Android platform, based on both XML files and schema files (xsd). By implementing this library in your Android application, you can perform the following tasks without the need to generate lines of java code: Creation of Tables. Creating Views. Creating Triggers. Creation of Indices. Running bulk insert data. This is executed by an abstract class that inherits from SQLiteOpenHelper, which reads an xml file (dbschema.xml) to be included in a folder on your android project (assets/xml). To do this, you only have to create a class that inherits from the abstract class SQLiteDBHelper, and this automatically make ​​the creation of the database when the event onCreate is generated. If you want the application to perform an initial load of data once created the database,
VIP VIP
0.186456s