Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yoesuv/android-load-more-paging


https://github.com/yoesuv/android-load-more-paging

Last synced: 5 days ago
JSON representation

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)