Making secured version of EditTextPreference

Sometimes it's needed to add an additional protection level for the data, which is stored in shared preferences. What's the easy way »

Android: Looper, Handler, HandlerThread. Part II.

In the previous part I've covered basic interaction in a bundle Handler+Looper+HandlerThread. The significant part under the hood of this team was »

Android: Looper, Handler, HandlerThread. Part I.

What do you know about threads in Android? You may say "I've used AsyncTask to run tasks in background". Nice, but what »