UI components Navigation Drawer: Android design support library Today, I’m talking about Navigation drawer. The navigation drawer is a panel that displays the app’s main navigation Alex Zhukovich Jul 26, 2015 7 min read
MacOS How to find a Wi-Fi password on a Mac The article was updated on 27 February 2021. The original article was published on 23 July 2015. I want to Alex Zhukovich Jul 23, 2015 1 min read
UI components EditText Floating Labels: Android design support library Today, I'm talking about EditText Floating Labels in Android application. The new TextInputLayout allows us to wrap EditText Alex Zhukovich Jul 19, 2015 2 min read
UI components +1 Button with Google Play Services Today, I'm talking about integrating Google's "+1" button to the Android application. This allows Alex Zhukovich Jul 17, 2015 1 min read
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