Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.47 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.47 KB

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