Skip to content

dniHze/DoggoApp

Repository files navigation

DoggoApp

This is sample project with multimodular architecture using Jetpack Compose and UDF architecture powered by Oolong.

Project is using Dog.ceo as a data provider service.

Tech Stack

DoggoApp is build using next tech stack:

  • Jetpack Compose for UI and screen controller.
  • Retrofit + OkHttp for networking.
  • UDF pattern - The Elm Architecture using Oolong.
  • Kotlin Coroutines using StateFlows.
  • Hilt for DI, Navigation Component for navigation.
  • Gradle Kotlin DSL for Gradle build scripting.

Project code validations:

  • Detekt - code style validation.
  • Android Lint = general Android API usage.
  • JUnit5 for Unit tests.

Project is not using any Mock libraries like MockK just to showcase that test could be done in pure interfaces. However, mocking libraries are not made for nothing and they help reduce routine during code behavior testing.

Running project

Building app:

./gradlew assembleDebug

Running tests:

./gradlew test

Running validations:

# Detekt
./gradlew detekt

# Lint
./gradlew lint

TODO

What could be done much better in future:

  • Nice UI.
  • Better commit history (not committing lot of things in single commit).
  • CI runners using GitHub Action (build + validation).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages