Android - AsyncTask Is A Beauty - Part 2
Here goes the second part of a short tutorial of how beautiful AsyncTask is, the first tutorial is here. Now that we’re moving up to our second activity which is Hacktivate, a brief description about it is that this activity essentially puts all the data retrieved previously and populate a custom layout ListView.
To make reading and understanding easier, here are the codes first before anything else.
package com.bango.acerid; import java.
[Read More]