RedditApp icon indicating copy to clipboard operation
RedditApp copied to clipboard

Reddit App made with RxJava

Reddit App

Introduction

Showcase application made by @PedroCarrillo made to collect information and learn about RxJava.

The application was made in the following order:

  1. RxJava with Retrofit Reddit API calls
  2. Composite adapters
  3. Pagination
  4. MVP
  5. TBD

All of them are in different branches so you can see the process from scratch.

I would like to get some feedback in order to improve my current coding style and help other people that are trying to learn.

Helpful Sources

Helpful Talks