Toolbar Card toolbar (Nested toolbar) in Android application Today, I'm talking about card toolbar or nested toolbar. A Toolbar is a generalization of action bars for Alex Zhukovich Aug 16, 2015 4 min read
UI components TabLayout: Android design support library Today I'm talking about a TabLayout. The TabLayout provides a horizontal layout to display tabs. STEP 1: Add Alex Zhukovich Aug 10, 2015 4 min read
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
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
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