An Insight into the Android Fragment Lifecycle: Basics and Implementation
Content1 The Android Fragment Lifecycle2 Implementing Fragments in Android3 Conclusion 10 Jul at 15:38 An Insight into the Android Fragment Lifecycle: Basics and Implementation The Android Fragment Lifecycle Fragments are…
The Art of User Guidance: A Guide to the Android Floating Action Button
Content1 What is the Android Floating Action Button?2 Overview of the Android Floating Action Button3 SnackBar: The Better Alternative to Toasts4 Project Structure for the Android Floating Action Button Example5…
Android Face Recognition Made Easy: An Introduction to the Mobile Vision API
Content1 Android Face Recognition2 Sample Project Structure for Android Face Recognition3 Sample Project Structure for Android Face Recognition4 Activity Code5 Conclusion 10 Jul at 14:39 Android Face Recognition Made Easy:…
Android External Storage – Reading, Writing, Saving Files
Content1 Android External Storage2 Sample Project Structure for Android External Storage 10 Jul at 13:55 Android External Storage – Reading, Writing, Saving Files External storage in Android can be used…
A Guide to Implementing ExpandableListView in Android
Content1 What is an ExpandableListView?2 Important Interfaces3 Project Structure4 Example Code5 Implementing the Adapter Class6 Main Activity7 Conclusion8 Example Project 10 Jul at 11:27 Introduction to Android ExpandableListView This tutorial…
Perfecting Android Dialogs: A Look at Dialog Fragments
Content1 What are Dialog Fragments?2 Creating Dialog Fragments3 Data Transfer with Dialog Fragments4 Example Application5 Final Thoughts 10 Jul at 10:20 Perfecting Android Dialogs: A Look at Dialog Fragments Discover…
Implementation of Android DayNight Theme: Night Mode Made Easy
Content1 The Android DayNight Theme2 Adding the Theme to our styles.xml 3 Jul at 15:32 Implementation of Android DayNight Theme: Night Mode Made Easy Learn how to effortlessly integrate a…
Optimal Utilization of Date and Time Pickers in Android Applications
Content1 DatePickerDialog and TimePickerDialog in Android2 Example Project Structure for Android Date Time Picker Dialog3 Android Date Time Picker Dialog Project Code 3 Jul at 14:53 Optimal Utilization of Date…
Develop Your Own Android Action Bar: A Step-by-Step Tutorial
Content1 Configuring Android Custom Action Bar2 Custom Action Bar Layout3 Project Structure for Custom Action Bar 3 Jul at 14:31 Develop Your Own Android Action Bar: A Step-by-Step Tutorial Experience…