Classy Data "ClassyFy" Android Sample Application in Maven project suite. Targets Eclipse Andmore development.
Make sure associated project - classyfy is installed before launching Eclipse.
For information on Classy Apps and install instructions, go to our support site at www.cybersearch2.com.au/develop/classydata.html.
"ClassFy" is a working Android application which searches data structured as a tree. It showcases the classy_data_lib AAR which provides an Android SQLite adapter and other features including an Android-specific Persistence Container and a Fast Text Search engine to support automatic search suggestions.
It also provides an example of Android development using Maven, Robolectric and Eclipse ADT.
Classy Tools features
- Persistence achieved by invoking a standard API on classes marked with standard annotations
- Queries are written in code, not a potentially unfamiliar query language (ie. JQL)
- Designed to support Android 100%, but portable to other platform and database combinations
- Uses Dagger dependency injection for flexibility and testability
- Open Source GPLv3 license
- Maven, Eclipse and Robolectric supported.