An open API service indexing awesome lists of open source software.

https://github.com/zcelaloglu/githubrepos

This repository is a simple showcase which is getting data from github rest endpoint by using latest APIs recommended by Google
https://github.com/zcelaloglu/githubrepos

coroutines-android databinding-android flow gson-converter koin-android livedata navigationcomponent okhttp3 retrofit2-coroutines viewmodel

Last synced: 11 months ago
JSON representation

This repository is a simple showcase which is getting data from github rest endpoint by using latest APIs recommended by Google

Awesome Lists containing this project

README

          

● Written in Kotlin Language

● Used Jetpack Components(ViewModel, Data Binding, LiveData, Navigation)

● Used Koin for Dependency Injection

● Used Repository pattern to manage data flow

● Used Retrofit along with OkHttp for getting remote data

● Used Gson for parsing Json response

● Used Coroutines/Flow for Asynchronous data operations