README.md

June 21, 2014 ยท View on GitHub

Simple app that loads tweets but does it with Android Loaders and Services without any line of code that mentions them.

Open source projects used here:

  • Helium for describing/testing REST API and generating Java code used for interconnection with Twitter backends
  • Enroscar Async to facilitate asynchronous operations managed by Android's Loader
  • Enroscar Goro to enqueue asynchronous operations and handle in Service context

SampleRxActivity also demonstrates integration with RxJava.