/CrazyCars

The application intended to test persisting data skill in Android.

Primary LanguageKotlinMIT LicenseMIT

Simple application about cars records.

Download apk

Features

  • Easy edit the data scheme. Views and settings will be generated according to its fields. To pass extra data like a "title" use annotation.

Uses

  • Room Database
  • Custom Kotlin Annotation
  • Kotlin Reflect
  • JUnit5 (elementary testing)