Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.08 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.08 KB

Top Kotlins

Top Kotlins is one-screen sample app that shows the top 10 Kotlin language repositories on Github using Github REST API with a tight focus on MVVM and Clean architecture.

Architecture Blueprint

more details for each layer check this 👉 Application Architecture

Project Structure

Tools & Libraries

  • retrofit
  • hilt
  • viewmodel
  • coroutines
  • livedata
  • constraintlayout
  • navigation

General Notes

  • Make sure to test your code (Don't depend on having a QA or PR reviewers to find the bugs)
  • DON'T make any changes on production before communicating with your manager/senior(this includes firebase project google cloud project, play store)