Android Open Source - Database crud SugarORMDEMO1






Project Summary

A demo android application created to make CRUD using Sugar ORM.

Web Site / Source Repository

SugarORMDEMO1 is hosted in the following web site
https://github.com/meadhikari/SugarORMDEMO1

If you think the Android project SugarORMDEMO1 listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of SugarORMDEMO1.

ItemValue
Java File Count25
Activity Count1
Required Permissionsandroid.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Java Source Files

SugarORMDEMO1 has the following Java source files.

com.bigfootsoftwares.sugarormdemo1.ApplicationTest.java
com.bigfootsoftwares.sugarormdemo1.Book.java
com.bigfootsoftwares.sugarormdemo1.ClientApp.java
com.bigfootsoftwares.sugarormdemo1.MyActivity.java
com.orm.SchemaGenerator.java
com.orm.SugarApp.java
com.orm.SugarContext.java
com.orm.SugarDb.java
com.orm.SugarRecord.java
com.orm.SugarTransactionHelper.java
com.orm.dsl.Column.java
com.orm.dsl.Ignore.java
com.orm.dsl.NotNull.java
com.orm.dsl.Table.java
com.orm.dsl.Unique.java
com.orm.query.Condition.java
com.orm.query.Select.java
com.orm.util.Collection.java
com.orm.util.ManifestHelper.java
com.orm.util.NamingHelper.java
com.orm.util.NumberComparator.java
com.orm.util.QueryBuilder.java
com.orm.util.ReflectionUtil.java
com.orm.util.SugarConfig.java
com.orm.util.SugarCursorFactory.java