Complete Android Jetpack Bootcamp(With Jetpack Compose)2022
- Description
- Curriculum
- FAQ
- Reviews
Become a highly qualified Professional Level Android Developer by mastering most demanded Android skills of 2021!
If you are an Android Developer with some coding experience, If you want to level up your skills and become a professional level Android Developer this course is for you! In this course we will teach you Android Jetpack Architecture Components (View Model, Live Data, Room, Data Binding, Paging, Work Manager,Navigation,Life cycle ) with “Dependency Injection With Dagger 2 And Hilt” , ” Networking (REST API Communication) With Retrofit 2″ ,”Kotlin Coroutines”, “MVVM Clean Architecture”, “Unit Testing”, “Jetpack Compose” and other Android Jetpack libraries such as Notifications, Permissions and Preferences.
With over 270 lectures and more than 28 hours of video this comprehensive course leaves no stone unturned! . Firstly, I will teach you each major topic with easy to understand simple project examples . Later, we will complete larger/complex project examples applying all the things we learnt. To improve the student engagement coding challenges(homework assignments) and quizzes have included to each chapter, as well as 3 major projects aimed to provide a clear idea about how all those components work together!
This course will teach you Advanced Android Development in a practical manner, with every lecture comes a full coding screen-cast, corresponding short notes and downloadable code samples! Learn in whatever manner is best for you!
We cover a wide variety of topics, including:
-
Room Data Persistence
-
Data Binding
-
View Model
-
Live Data
-
Dependency Injection With Dagger
-
Networking With Retrofit
-
Paging
-
Work Manager
-
Navigation
-
Life Cycles
-
Notifications
-
Kotlin Coroutines
-
Clean Architecture
-
Unit Testing
-
Dagger Hilt
-
View Binding
-
Jetpack Compose
-
and much more!
You will get lifetime access to over 270 lectures plus corresponding code samples and notes for the lectures!
This course comes with a 30 day money back guarantee! If you are not satisfied in any way, you’ll get your money back. Plus you will keep access to the Notes and Code Samples as a thank you for trying out the course!
So what are you waiting for? Start mastering Android Architecture Components with Dagger and Retrofit in a way that will advance your career and increase your knowledge, all in a fun and practical way!
Who is the target audience?
-
Beginners level Android Developers (with the basic knowledge of Android Development fundamentals).
-
Intermediate level android developers who want to level up their skills!
Note:
During the course (in one section) to demonstrate different usages of retrofit, we will use TMDB free online REST API . You may need to provide an email address to sign up and get a free API key from them.
-
42Introduction
-
43Importance of Asynchronous Programming
-
44Our First Coroutine
-
45Scopes, Dispatchers & Builders
-
46Coding Challenge 1
-
47Coding Challenge 1 :Solution
-
48Switch The Thread Of A Coroutine
-
49How to fix the Error occured with coroutines version 1.3.7
-
50Suspending Functions
-
51How Suspending Functions Work
-
52Async & Await
-
53Unstructured Concurrency
-
54Structured Concurrency
-
55View Model Scope
-
56Life Cycle Scope
-
57Live Data Builder
-
58Introduction
-
59Project SetUp
-
60Room Entity Classes
-
61Data Access Object Interface(DAO)
-
62Room Database Class
-
63Repository In MVVM
-
64Design The View
-
65Create A ViewModel
-
66Implementing CRUD Functionalities : Part 1
-
67Implementing CRUD Functionalities : Part 2
-
68Implementing CRUD Functionalities : Part 3
-
69Displaying Toast Messages With ViewModel and LiveData
-
70Verification With Returned Values From Database
-
71User Input Validations
-
72More Efficient RecyclerView
-
73Note: New bug found in Kotlin 1.6.0