Android tutorial for beginners, UI, and layouts

Опубликовано: 27 Март 2026
на канале: Android Geeks
293
6

In this video, we learn how to make #UI with different #layouts in #Android

Dependency for CardView - implementation
'com.android.support:cardview-v7:28.0.0'

Link to the previous videos
Fragments and its lifecycle -    • Android tutorial for beginners, Fragments ...  
Activity and its lifecycle -    • Android tutorial for beginners, Activities...  

Topics that I am planning to cover in this series :
• Introduction to #Gradle and different #Android app properties
• Introduction to Android basics Activity, #Fragments, and #Views
• Introduction to Android basics #Services and Broadcast listeners
• Introduction to Android basics #AsyncTask, Thread, and Handlers
• Making a home screen and using Recyclerview
• Making a details screen and using data binding
• Introduction to app design using material design
• Introduction to clean architecture using MVP and MVVM
• Implementing MVVM in android using ViewModel and LiveData
• Introduction to networking and loading images in Android
• Making network calls using retrofit
• Introduction to local storage and shared preferences
• Introduction to RoomDb and storing data offline
• Dependency injection and implementation using Koin
• Animations and transitions
• Deep linking and sharing
• Intro to testing
• Writing unit tests
• Writing UI tests