Latest Courses
ISTQB Artificial Intelligence Tester Sample ExamsCheck course
JAVA Programming Online Practice ExamCheck course
Programming for Kids and Beginners: Learn to Code in PythonCheck course
Practice Exams | Codeigniter 4 developer certificationCheck course
WordPress Practice Tests & Interview Questions (Basic/Adv)Check course
Git &Github Practice Tests & Interview Questions (Basic/Adv)Check course
Machine Learning and Deep Learning for Interviews & ResearchCheck course
Laravel | Build Pizza E-commerce WebsiteCheck course
101 - F5 CERTIFICATION EXAMCheck course
Master Python by Practicing 100 QuestionCheck course
ISTQB Artificial Intelligence Tester Sample ExamsCheck course
JAVA Programming Online Practice ExamCheck course
Programming for Kids and Beginners: Learn to Code in PythonCheck course
Practice Exams | Codeigniter 4 developer certificationCheck course
WordPress Practice Tests & Interview Questions (Basic/Adv)Check course
- 83% Android Multithreading Masterclass

Android Multithreading Masterclass

$19.99Track price

Add your review
Add to wishlistAdded to wishlistRemoved from wishlist 0
Add to compare
8.7/10 (Our Score)
Product is rated as #26 in category Android Development

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.

Instructor Details

I'm a professional Android developer with a wide range of technical interests. After working in microelectronics industry in the past, I'm now constantly amazed at the ability of software developers to turn ideas into products. I really like teaching and find exceptional satisfaction in explaining complicated ideas in simple words. My courses are aimed at professional software developers who take their job seriously and aim at technical excellence.

Specification: Android Multithreading Masterclass

Duration

11.5 hours

Year

2021

Level

Beginner

Certificate

Yes

Quizzes

No

30 reviews for Android Multithreading Masterclass

4.6 out of 5
26
2
1
0
1
Write a review
Show all Most Helpful Highest Rating Lowest Rating
  1. Neuber Jose Sousa

    show

    Helpful(0) Unhelpful(0)You have already voted this
  2. Prateek kumar

    I have been doing android development from more than a year and I have just finished 35% of the course till now and am already feeling like a pro now. I learnt many new things in the best way possible.

    Helpful(0) Unhelpful(0)You have already voted this
  3. Sharonov Nikita

    Before this course I could write multithreading code using RxJava, but there wasn’t any structure of multithreading in my head. I was looking for good guide on multithreading for months and eventually I found this course. Vasiliy, thank you very much, I was really excited listening to your lectures and solving your challenges. Now I have structured knowledge about multithreading and I’m motivated to deep dive into coroutines. Thank you!

    Helpful(0) Unhelpful(0)You have already voted this
  4. Ashish Shukla

    Awesome explaination and to the point, really got what I expected.

    Helpful(0) Unhelpful(0)You have already voted this
  5. Alonso Armada Burgos

    Not easy to find so good material about his kind of stuff out there.

    Helpful(0) Unhelpful(0)You have already voted this
  6. Robert Gregat

    I joined this course to learn more about multithreading in Android and what I got was a deep tour on this topic. Some lectures where beyond my knowledge, for example RxJava or Coroutines. But even there I heared and saw some interesting stuff. The most important thing for me was the more theoretical part about happens before and atomicity. I never thought much about that topic and I guess that my apps doesn’t failed badly when I used some kind of threads was just luck. So thank you very much Vasiliy. One last word about the exercises. To this point I didn’t made all of them. The reason is, that I have to revisit some lectures to improve my understanding and then I will try to solve my missing exercises. So Vasiliy, thank you very much, I enjoyed the course. Sometimes I caught myself to drift away, but well that’s the reason I want to revisit some lectures. Keep your work up!

    Helpful(0) Unhelpful(0)You have already voted this
  7. Jose Carmona

    Wonderful course which explains multithreading from basics to very advanced concepts not easy to understand by yourself. Even if I didn’t consider myself a beginner in multithreading and concurrency, I learned and understood important concepts like visibility, problem I was not aware of. Teacher demonstrates a solid knowledge in multithreading. With his explanations, he makes complex multithreading issues understandable for people with no much experience in the field. Really happy to watch the course, I will for sure watch others courses from Vasiliy.

    Helpful(0) Unhelpful(0)You have already voted this
  8. Lars Spangenberg

    Really great course! I honestly thought I would have a much harder time understanding the concepts discussed in this course, but this course does an incredible job at explaining everything in depth and at a pace that is easy to follow. Now I feel much more confident in writing multi threaded code and feel like I have much better awareness in what to do and what not to do in such cases. Very happy I found this course.

    Helpful(0) Unhelpful(0)You have already voted this
  9. Daniel Arturo Bedoya Mart nez

    Definitely a great course, with lots of interesting topics for Advanced Android Developers. My only recommendation would be that the last lesson allows students to create an app combining some of these frameworks. Although, I understand that can take some time to complete. Overall, again, excellent material.

    Helpful(0) Unhelpful(0)You have already voted this
  10. Yves Leon

    Very good course on Multithreading, well explained and with great samples.

    Helpful(0) Unhelpful(0)You have already voted this
  11. Dimitar Dihanov

    It was off to a slow start, but as it progressed it got a lot better, making me re evaluate my review. The way Vasily explains complex subjects and makes understandable via examples and analogies is great. Thanks 🙂

    Helpful(0) Unhelpful(0)You have already voted this
  12. Mohammed Sameer

    The instructor explain concept in a very detailed manner. I am a pure android developer so learning multithreading is a bit harder for me only. But now I can say that I have good multithreading hands on experience in android. Thank you So much, Vasiliy for giving this wonderful knowledge. I request you to create more courses on android.

    Helpful(0) Unhelpful(0)You have already voted this
  13. Gadagool Krishna

    The course contents are really good. One can get a handful of knowledge on multithreading concepts.

    Helpful(0) Unhelpful(0)You have already voted this
  14. Yazdan Sharifi

    I’ve never seen such a course that goes through threads and multithreading from very basic concepts of hardware to the higher level of that. Thanks a bunch

    Helpful(0) Unhelpful(0)You have already voted this
  15. Gal Rom

    This course is simply a masterpiece. I had prior experience with Multithreading, but this course took me to the next level, and that is remarkable. Vasily you are doing an awesome job. Chapeau!

    Helpful(0) Unhelpful(0)You have already voted this
  16. Derek Chiu

    I read lot of article by Vasiliy from his medium. And I can say that he is the best teacher I have ever had. I started a job that I can barely handle, but thankfully I found Vasiliy’s blog and courses. It REALLY helps.

    Helpful(0) Unhelpful(0)You have already voted this
  17. Ilija Bozhinovski

    Great course, learned it a lot!

    Helpful(0) Unhelpful(0)You have already voted this
  18. Nathaniel A Parizi

    This is the course you’re looking for anything currency related in Android.

    Helpful(0) Unhelpful(0)You have already voted this
  19. Bartosz Raczkowski

    It’s one of those things that you don’t find on reddit/androiddev or Medium or whatever. A true deep dive. Vasiliy tries hard to push the multithreading concepts/frameworks to and beyond its limits. And he succeeds, for you to be aware and safe of the traps. One thing I did not like: sometimes he makes a mistake, which is explained/detailed in the next lecture, so before you reach there, you can have a small mind break. But that’s super minor.

    Helpful(0) Unhelpful(0)You have already voted this
  20. Heitor Colangelo

    Really detailed (not boring) and challenging content. The fact that it uses non trivial examples to teach makes a big difference when trying to understand how the concepts can be applied in real world situations.

    Helpful(0) Unhelpful(0)You have already voted this
  21. Armando Bejarano

    An excellent insightful course. I’ve taken 3 courses of the same instructor and I’ve learnt a lot. This is a hard one, but it worth it. I have certain experience with multitheading, however, this course taught me the challenges of a demanding multitheading android application. The only downside I see is the fact that the coroutines exercise and solution are a little ambiguous. I think it would be good if the solution were explained better. Apart from that, this course is a must. Thank you.

    Helpful(0) Unhelpful(0)You have already voted this
  22. Sumit Ingewar

    In depth knowledge of threading

    Helpful(0) Unhelpful(0)You have already voted this
  23. Hector Villanueva

    When I watched the first video I was hooked. It’s all about your energy you have in your voice man it reflects the content of the course. Amazing! Gracias!

    Helpful(0) Unhelpful(0)You have already voted this
  24. Peeyoosh Khare

    bad teaching style

    Helpful(0) Unhelpful(0)You have already voted this
  25. Filipp Besyadovskiy

    My third course by Vasiliy, excellent as usual.

    Helpful(0) Unhelpful(0)You have already voted this
  26. Ivan Kliminchenko

    Very useful course. Author made greate job. Vasiliy Thank You.

    Helpful(0) Unhelpful(0)You have already voted this
  27. Herlich Steven Gonzalez Zambrano

    This is a very challenging topic, what I learned in this course is something that I can apply not only to my android projects but also to other projects and languages. I enjoyed this course, it really added value to my skills.

    Helpful(0) Unhelpful(0)You have already voted this
  28. CARSTEN HAGEMANN

    Fantastic course! Covers not only the fundamentals and how to use different multi threading frameworks, but also how to analyze issues in your code.

    Helpful(0) Unhelpful(0)You have already voted this
  29. nikhil thakkar

    Excellent overview of the different threading frameworks and their practical usages. Highly recommended!!

    Helpful(0) Unhelpful(0)You have already voted this
  30. Mayur Solanki

    The way he choose different different approaches and finally conclude which way will suit best for the multithreading approach in very nice.

    Helpful(0) Unhelpful(0)You have already voted this

    Add a review

    Your email address will not be published. Required fields are marked *

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    Android Multithreading Masterclass

    $19.99

    Price tracking

    Java Code Geeks
    Logo
    Register New Account
    Compare items
    • Total (0)
    Compare