Android

Summary of my learnings building Android apps
Debugging mobile apps with Charles proxy

Debugging mobile apps with Charles proxy

Notes on using a HTTP / reverse proxy (Charles) to view all traffic between your mobile device and the internet.

Aug 16, 2016
Consuming a JSON API - Part 2 (EventBus)

Consuming a JSON API - Part 2 (EventBus)

Using EventBus to update your Android app after receiving the contents of a JSON API.

Jul 31, 2015
Consuming a JSON API - Part 1 (Retrofit)

Consuming a JSON API - Part 1 (Retrofit)

Square's Retrofit library together with EventBus makes it super simple to parse the contents of a JSON API into your Android app.

Jul 16, 2015
Simple Android utility to parse config files in your app

Simple Android utility to parse config files in your app

A really simple utility file I keep around in my Android projects which processes a raw JSON file into a List of objects.

Jun 20, 2015
Android swipe to refresh, only at the top of the list

Android swipe to refresh, only at the top of the list

Build a swipe to refresh list, which only refreshes when at the top of the list.

Jun 11, 2015
Creating an instant autocomplete field in Android

Creating an instant autocomplete field in Android

How to create an autocomplete text field in Android, which displays suggestions in the dropdown and has a clear button.

Jun 3, 2015
Made with JoyBird