Skip to content
milan edited this page Jul 7, 2023 · 11 revisions

Home

Balldontlie test app

Build & Publish Release APK GitHub all releases

Stats

Last commit Lang Platform Min sdk Languages Issues PR's Code size Total lines Dependencies

Project documentation

App code documentation

Contains all the classes in project

Description

Just an test app to skills showcase of coding skills, using

  • Compose
  • Dagger/Hilt
  • ViewModels MVVM pattern
  • Glide
  • Kotlin
  • LifeCycle
  • Solve problems with compose previews
  • Coroutines
  • Flow
  • Paging
  • Navigation
  • Retrofit
  • Json serialization (Moshi)
  • Gradle scripting / configuration
  • MarkDown editing
  • Github actions
  • Shell scripting
  • Yaml scripting
  • CI/CD
  • SyncAdapter

Table of Contents (Optional)

Compilation

Use Android studio or use command:

  • debug app version : ./gradlew assembleDebug
  • mocked app version : ./gradlew assembleMock
  • minified debuggable app version : ./gradlew assembleMinified
  • release app version : ./gradlew assembleRelease

Usage

Use as you want.

Credits

Milan Jurkulak

License

No licenced.

Clone this wiki locally