domenica 15 giugno 2008

Build service enabled android application: an useful article

This is an useful article containing three tutorials showing how build an Android applications which performs all the networking I/O operations in a background thread completely decoupled from UI.

That is a good practice not only for the Android platform but also in J2ME development to avoid the lock of UI while the network operation is being processd.

Read the article at http://developerlife.com/theblog/?p=430