Tag Archives: blundell

[TUT] ASyncTaskLoader using Support Library

TweetI’ve just started learning about Loaders, they’re a way to handle doing tasks off the UI thread. The benefits include having a listener that will inform your fragment/activity when the data your monitoring is changed. They will also account for orientation changes when loading. A brief introduction is written here and it got me up [...]

[TUT] Animate Removing From a Custom Adapter (ListView)

TweetHi guys, this is a Tutorial Request to show how to control your own animations from a custom adapter. The question was a bit vague so I’ve taken it and will show you how to animate a view when you are removing an item from a ListView. Of course ListView is backed by an Adapter, [...]