An example on how to use the SQLiteOpenHelper in the Android SDK to create a database..
RowCounter is hosted in the following web site
https://github.com/CindyPotvin/RowCounter
If you think the Android project RowCounter 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 RowCounter.
Item | Value |
---|---|
Java File Count | 10 |
Target SDK Version | 19 |
Minimum SDK Version | 16 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
RowCounter has the following Java source files.
com.cindypotvin.rowcounter.CounterView.java com.cindypotvin.rowcounter.CreateProjectActivity.java com.cindypotvin.rowcounter.MainActivity.java com.cindypotvin.rowcounter.ProjectActivity.java com.cindypotvin.rowcounter.RowCounterAdapter.java com.cindypotvin.rowcounter.model.Project.java com.cindypotvin.rowcounter.model.ProjectContract.java com.cindypotvin.rowcounter.model.ProjectsDatabaseHelper.java com.cindypotvin.rowcounter.model.RowCounter.java com.cindypotvin.rowcounter.model.RowCounterContract.java