Ejemplo de almacenamiento de datos en aplicaci?n Android.
Android-Data-Storage-Example is hosted in the following web site
https://github.com/afelipelc/Android-Data-Storage-Example
If you think the Android project Android-Data-Storage-Example listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Android-Data-Storage-Example.
Item | Value |
---|---|
Java File Count | 6 |
Target SDK Version | 16 |
Minimum SDK Version | 11 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
Android-Data-Storage-Example has the following Java source files.
com.afelipe.android.datastorageexample.MainActivity.java com.afelipe.android.datastorageexample.adapter.ListViewAdapter.java com.afelipe.android.datastorageexample.db.DepartamentosDBDataSource.java com.afelipe.android.datastorageexample.db.DepartamentosDataSource.java com.afelipe.android.datastorageexample.db.MySQLiteHelper.java com.afelipe.android.datastorageexample.model.Departamento.java