Android Multithreading Masterclass
What you’ll learn
-
Write thread-safe code of any complexity
-
Keep the user interface responsive at all times
-
Use the most popular multithreading frameworks for Android (RxJava, Kotlin Coroutines, etc.)
-
Prevent memory leaks in your Android applications
-
Find subtle thread-safety bugs in code
-
Manage up to hundreds of inter-dependent threads
After completing this course, you’ll be able to write correct and efficient multithreaded code of any complexity in your Android applications!
Multithreading in Android is a complex, but very important topic. It’s simply impossible to write real applications without offloading at least part of the work to so-called background threads. However, if you use multiple threads in your application, you need to employ special techniques to ensure that your code is thread-safe.
As you’ll see in this course, laggy user interface, freezes, memory leaks, stuck flows, crashes – all these can come as a result of thread-safety issues in your code.
With this course you’ll master multithreading in Android using well-defined, structured approach:
- Start with the most low-level fundamentals of concurrency and multithreading in Android
- Work with the lowest level mutlithreading primitives in Android framework
- Keep the user interface of your application responsive and snappy
- Understand how to make your code thread-safe
- Analyze performance of multithreaded code
- Ramp up your skills and manage up to hundreds(!) of concurrent threads
- Get hands-on experience with the most popular multithreading frameworks in Android world (RxJava, Kotlin Coroutines and more)
To make the course practically useful, you’ll apply all the concepts and techniques you’ll learn in the lectures to solving carefully designed, hands-on exercises.
One of the main goals of this course, except for making you concurrency expert, is to demonstrate how you can use the most popular multithreading frameworks to implement complex flows. This will allow you to grasp the full landscape of multithreading in Android ecosystem as a whole. Then, after you get hands-on experience with all these frameworks, you’ll be able to choose the framework you like the best and use it in your own Android projects!
So, with this course you’ll get real skills and will become real Android multithreading expert!
Who this course is for:
- Android developers
Roman Teslenko –
Great course! From ground up to advanced topics. Easy to understand. Coroutines part is somehow difficult to understand but there’s a dedicated course from Vasiliy which I will definitely take next
王志中 –
In this course, I learned a lot of knowledge that I didn’t know before, and it also gave me a different view when writing programs.
Sayan Subhra Banerjee –
This course will surely take to the next level! Of-course we need to stay humble. Thanks a ton for creating such an amazing content! Enjoyed a lot!
Prasoon Dhaneshwar –
This is one of the best courses in Android I’ve ever taken. I thank Vasiliy for covering the thread topic in so much detail and all it’s pitfalls. He’s very humble in admitting where he made the mistakes and followed it up by explaining it in separate lectures.
His presentation method is very good.
I would highly recommend it for anyone who’s new to Android and want to learn in detail about multi-threading.
Thanks Vasiliy!
Simpson Chacko –
Starting from fundamentals, reached coroutines. This is indeed the complete multi-threading course.
Mayank Bhatnagar (42624) –
Very well explained. Got to learn many new things.
George Kousis –
Interesting exercises.
Clear presentation of the material without confusion
and Vasiliy motivates listener to do their own research !
Marco Biagini –
Vasiliy courses are always among the best ones and this one is without any doubt a MUST for anyone interested in learning multithreading coding.
Multithreading is one of the most complex topics in computer programming and the instructor clearly and slowly builds all the necessary information needed to understand the concepts.
Đức Việt Trần –
Great course!!!
Riyas Edathadathil –
Really thank you for the course.. i have purchased the course two years before and never started on it. I wanted to learn the basic working of Thread and Handlers.. you have covered it pretty well.. i regret not starting the course early.. still better late than never. Thank you..!
David Chhetri –
I have no words to describe the quality of knowledge imparted to me during this course. Unbelievable. Unbeatable. Wow. The key word here is the quality of knowledge. Concurrency and multi-threading are extremely complex topics and Vasiliy made it so easy. As an Android Developer I know that I will relearn this course from these lectures again and again many times. They are that good. Thank you Sir!
David Severns –
Great course: Lays fundamental building blocks before introducing popular abstraction.