Notes on using a HTTP / reverse proxy (Charles) to view all traffic between your mobile device and the internet.
Using EventBus to update your Android app after receiving the contents of a JSON API.
Square's Retrofit library together with EventBus makes it super simple to parse the contents of a JSON API into your Android app.
A really simple utility file I keep around in my Android projects which processes a raw JSON file into a List of objects.
Build a swipe to refresh list, which only refreshes when at the top of the list.
How to create an autocomplete text field in Android, which displays suggestions in the dropdown and has a clear button.