github-search

Project to explore Android features.

Features

Github Search displays a list of repositories from Github API ordered by stars count. Users can see in items of list: the owner name, the avatar's owner, the amount of forks and stars.

Screenshots

loading repository-list

Main technologies / Frameworks

  • Retrofit
  • Coroutines
  • Flow
  • Paging 3
  • Hilt
  • Gradle Kts / Gradle version catalog
  • Material 3
  • Compose
  • Compose Navigation
  • Coil
  • Clean Architecture
  • Remote Mediator
  • Room

Architecture

Looking for low coupling and high cohesion as recommended here. The architecture is grouped into modules by layer and by feature.

App modules

Module to module communication

Next steps

✅ cache of reposository list

  • Feature about Users