amitshekhariitbhu / RxJava2-Android-Samples

RxJava 2 Android Examples - How to use RxJava 2 in Android
https://outcomeschool.com
Apache License 2.0
4.96k stars 1.06k forks source link

Simple Real-world app example #15

Closed fadzley closed 7 years ago

fadzley commented 7 years ago

Hi Great work you have done here. If possible can you include a real-world app example for clearer picture of RXJava2 can do? News feed reader maybe?

Thanks

amitshekhariitbhu commented 7 years ago

@fadzley sure we will be adding it soon.

Thanks Amit Shekhar

amitshekhariitbhu commented 7 years ago

@fadzley I have added an example for Pagination in RecyclerView for LoadMore Implementation. https://github.com/amitshekhariitbhu/RxJava2-Android-Samples/blob/master/app/src/main/java/com/rxjava2/android/samples/ui/pagination/PaginationAdapter.java

fadzley commented 7 years ago

Cool. Thanks