UI components Floating action button: Android design support library In this post we will talk about Floating Action Button. Floating action buttons are used for a promoted action. They Alex Zhukovich Jul 7, 2015 2 min read
UI components Snackbar: Android design support library In this post we will talk about Snackbar. Snackbars provide lightweight feedback about an operation by showing a brief message Alex Zhukovich Jul 5, 2015 1 min read
Android Theme Support multiple themes in an Android application In this post we will talk about supporting multiple themes in Android application. We will create demo application with 2 Alex Zhukovich Jun 26, 2015 4 min read
RecyclerView RecyclerView click listener In this post we will talk about RecyclerView. How to add listener for item click. What is RecyclerView? With the Alex Zhukovich Jun 13, 2015 3 min read
Android App Component Android battery status use BroadcastReceiver In this post we will talk about how get battery status on Android device. For this task we will use Alex Zhukovich Apr 18, 2015 3 min read
Encoding/Decoding How to encode / decode data in Android Sometimes need to encode/decode some data. A simple way to do it is to use Base64 Encoder, which is Alex Zhukovich Apr 7, 2015 1 min read