Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 298 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 298 Bytes

bootstragram-android

Collection of POC and demos for Android.

It currently includes:

  • an example of an AsyncTask performing some XML parsing in the background
  • an example of Service/Activity communication via a Singleton and the ContentObservable/ContentObserver classes.