android_course_projects

MyThreadingViewPost : Load image, post toast all at the same time! using basic Threads.

MyThreadingAsyncTask : Load image, post toast all at the same time! using AsyncTask.

MyThreadingHandlerRunnable: Load image, post toast all at the same time! using Handler, Runnable