Link to the previous video - • Android tutorial for beginners, Applicatio...
Link to activity lifecycle chart - https://drive.google.com/file/d/1GX49...
In this video, we learn more about #Android basics especially #Activites and their lifecycle.
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