Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 647 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 647 Bytes

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.