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
- Host: GitHub
- URL: https://github.com/zcelaloglu/githubrepos
- Owner: zcelaloglu
- Created: 2020-12-28T16:52:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-28T16:53:30.000Z (about 5 years ago)
- Last Synced: 2023-03-03T05:38:16.091Z (about 3 years ago)
- Topics: coroutines-android, databinding-android, flow, gson-converter, koin-android, livedata, navigationcomponent, okhttp3, retrofit2-coroutines, viewmodel
- Language: Kotlin
- Homepage:
- Size: 4.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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