Classy Data "ClassyFy" Android Sample Application in Gradle project suite
For information on Classy Android and install instructions, go to our support site at www.cybersearch2.com.au/develop.
"ClassFy" is a working Android application which searches data structured as a tree. It showcases Classy Tools separate Android library 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 Gradle, Robolectric and Android Studio
Classy Tools features
- Persistence achieved by invoking a standard API on classes marked with standard annotations
- Persistence includes OrmLite QueryBuilder and SQL queries
- Android adaption provided and portable to other platform and database combinations
- Dependency injection ,for flexibility and testability, using Dagger
- Open Source GPLv3 license
- Project automation with Maven
- Supports development with both Android Studio and Eclipse
- Android unit tests with Robolectric
- Code samples include Android applications with JPA