Android: Don’t use stale views
In MusicSync, one of the views became complex. So, I decided to do some Pooling around it to inflate it on the background thread and use it on the UI thread. This made the UI snappier, reducing multiple-second load times […]