Logcat Logging in Android Today, I'm talking about Logging in Android. I'll talk about default realisation of logging some events Alex Zhukovich Jan 17, 2016 1 min read
SharedPreferences Shared Preference in Android application Today, I'm talking about Shared Preferences. In this tutorial I'll talk about Shared Preferences and how Alex Zhukovich Dec 16, 2015 6 min read
Android Layouts How to store layouts in different folders in Android project Today I'm talking about storing layouts in Android application in different folders. Because sometimes it can be a Alex Zhukovich Nov 8, 2015 1 min read
Android Dialog Material Style for dialogs in Android application Today I'm talking about material style for dialogs in Android application. STEP 1: Add libraries to the project Alex Zhukovich Oct 11, 2015 3 min read
Android App Component Passing object by Intent Today, I'm talking about Intents and passing data by Intent in Android development. Intent overview An intent is Alex Zhukovich Sep 5, 2015 4 min read
Toolbar Animated toolbar: Android design support library Today, I'm talking about the animated toolbar. We will use the Android design support library for implementing a Alex Zhukovich Aug 30, 2015 6 min read
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
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