https://github.com/nameisjayant/android-kotlin-flow-with-livedata-and-retrofit
In this project we will make a simple project with the help of Kotlin Flow api with LiveData and Retrofit ,where we will fetch some data from the server and shows into RecyclerView.
https://github.com/nameisjayant/android-kotlin-flow-with-livedata-and-retrofit
adapter flow kotlin kotlin-flow livedata recyclerview retrofit2 viewmodel
Last synced: 9 months ago
JSON representation
In this project we will make a simple project with the help of Kotlin Flow api with LiveData and Retrofit ,where we will fetch some data from the server and shows into RecyclerView.
- Host: GitHub
- URL: https://github.com/nameisjayant/android-kotlin-flow-with-livedata-and-retrofit
- Owner: nameisjayant
- Created: 2020-09-23T14:40:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-23T14:42:29.000Z (about 5 years ago)
- Last Synced: 2025-01-19T19:58:20.802Z (11 months ago)
- Topics: adapter, flow, kotlin, kotlin-flow, livedata, recyclerview, retrofit2, viewmodel
- Language: Kotlin
- Homepage:
- Size: 134 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android-kotlin-Flow-with-LiveData-and-Retrofit
In this project we will make a simple project with the help of Kotlin Flow api with LiveData and Retrofit ,where we will fetch some data from the server and shows into RecyclerView.