Tag Archives: asynchronous programming
Threads, handlers and AsyncTask: efficient asynchronous programming in Android
				When creating Android applications you sometimes need to fetch data from servers, create game event loops or get information from web sites. Since Java’s IO operations are blocking, there is a risk of freezing the application if you try to … Continue reading
									
						Posted in Uncategorized					
					
													
						Tagged Android, ANR, asynchronous programming, AsyncTask, handlers, Java, threads					
					
								3 Comments