Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 442 Bytes

File metadata and controls

23 lines (19 loc) · 442 Bytes

Github Finder

The app allows to search for the github repository. User needs to put query in format owner/repository. The app fetches also all the commits for the particular repository.

Please note that the app is in active development.

In the app I use:

  • Kotlin
  • LiveData
  • Navigation Component
  • Koin dependency injection
  • RecyclerView
  • MVVM pattern
  • Data Binding
  • JUnit
  • Coroutines
  • Retrofit2
  • Gson
  • OkHttp3
  • Timber