Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoesuv/android-load-more-paging
https://github.com/yoesuv/android-load-more-paging
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yoesuv/android-load-more-paging
- Owner: yoesuv
- Created: 2022-08-14T07:23:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-14T07:32:32.000Z (6 months ago)
- Last Synced: 2024-07-15T06:29:40.871Z (6 months ago)
- Language: Kotlin
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
## Android Load More Paging ##
Implementation networking pagination using jetpack paging v3.
use Data Binding MVVM and Live Data. download apk file [here](https://e.pcloud.link/publink/show?code=XZFoHgZtkkEUuPVpbLYwMnK5xPtpXmOThsX)```
https://jsonplaceholder.typicode.com/posts?_page=1&_limit=20
https://jsonplaceholder.typicode.com/posts?_page=2&_limit=20
```#### Screenshot ####
| ![](https://images2.imgbox.com/80/e2/Usqrflq6_o.png) | ![](https://images2.imgbox.com/62/12/OHh5zpXH_o.png) | ![](https://images2.imgbox.com/1b/f9/xlrZI2Vv_o.png) |
| :---: | :---: | :---: |#### List Library ####
- [OkHttp](https://github.com/square/okhttp)
- [Paging](https://developer.android.com/topic/libraries/architecture/paging/v3-overview)
- [Retrofit](https://github.com/square/retrofit)