aziemski / async2014

Example of an Android project that loads tweets using Helium, Enroscar Async, and Goro + RxJava sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Example of an Android project that loads tweets using Helium, Enroscar Async, and Goro + RxJava sample