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
- 82% Pro Android: Modern Android Architectures - MVVM MVP MVC

Pro Android: Modern Android Architectures – MVVM MVP MVC

$14.99Track price

(21 customer reviews)
Add to wishlistAdded to wishlistRemoved from wishlist 0
Add to compare
8.1/10 (Our Score)
Product is rated as #112 in category Android Development

Take your development to the next level with this course on Android architectures.

We will discuss several topics related to MVC, MVP and MVVM.

what MVC, MVP and MVVM stand for

how they structure the code and why

we will learn the advantages and disadvantages of each one

how to know when to use which architecture

we will use the Google official library for Android Architecture Components to build our MVVM architecture

I have designed this course with ease of use in mind. Learn quickly in a short amount of time. No need to waste hours watching someone waffle on. To the point.

Learn by doing. This course is designed for you to follow along and code at the same time. That way you will have a deep understanding of all architectures and Android concepts presented.

Lastly, I have used these Architectures in real life industry applications that have millions of users on the play store. They are scalable, maintainable and make code easy to understand.

Sign up today and learn what the Android architectures are, when and how to use them.

30 day money back guarantee – provided by Udemy

Student feedback:

*****

I needed a good example that compares MVC and MVP and MVVM and I hesitated at first but now I don’t regret purchasing this course. What the most I liked beside the content it’s the spontaneity of the instructor and the music at the begging and at the end of each video 😉 – Skander

Instructor Details

I am an avid learner and teaching enthusiast. I love creating content and courses that enrich people's lives and help them have a better experience, both personally and professionally. I am an expert mobile application developer with over 10 years development experience. I enjoy making courses related to software development and mobile apps, and want to share the knowledge I have acquired. I create courses based on my professional experience. I hope to teach people skills that help them in their careers, allow them to acquire new skills and improve their personal relationships.

Specification: Pro Android: Modern Android Architectures – MVVM MVP MVC

Duration

2.5 hours

Year

2022

Level

All

Certificate

Yes

Quizzes

No

21 reviews for Pro Android: Modern Android Architectures – MVVM MVP MVC

4.3 out of 5
13
3
4
1
0
Write a review
Show all Most Helpful Highest Rating Lowest Rating
  1. Dilip Kumar

    Thanks for the detailed explanation about all commonly used architectures with examples.

    Helpful(0) Unhelpful(0)You have already voted this
  2. John Riggs

    Very good course that provides a basic understanding of the differences in the various architectures. It’s also nice that the instructor uses the Google Architecture Lifecycle Component in MVVM.

    Helpful(0) Unhelpful(0)You have already voted this
  3. David Ninewine

    The best course I’ve done on Udemy ! Many thanks.

    Helpful(0) Unhelpful(0)You have already voted this
  4. Allan Marmo da Silva

    Agrade o por passar seus conhecimentos, pessoas como vc n s ajuda a entender e melhorar nossos c digos, mais uma vez obrigado…

    Helpful(0) Unhelpful(0)You have already voted this
  5. Rodrigo Tomio Kumabe

    poderia aprofundar mais entre as arquiteturas

    Helpful(0) Unhelpful(0)You have already voted this
  6. Dzulhafiz Abdul Rahim

    Really like that you start of with the diagram to explain the architecture concept first, then proceed to code all 3 architectures using the same code base. So can really see what’s the different between all architectures.

    Helpful(0) Unhelpful(0)You have already voted this
  7. MD Moniruzzaman Shadhin

    Great Tutorial

    Helpful(0) Unhelpful(0)You have already voted this
  8. Cheng Hui Wu

    Clear!

    Helpful(0) Unhelpful(0)You have already voted this
  9. Ki Ho Youn

    yes, this lecture matches me

    Helpful(0) Unhelpful(0)You have already voted this
  10. Moh Nian Ming

    I personally think I had learned a lot from this course. At the same time, I believe he needs to provide more examples or at least 1 2 real projects/applications to demonstrate how architecture can be used in production. Also, by just giving 1 example in 3 different architectures, it doesn’t really give a full understanding that how real projects/applications can be design in work/industry. It just my opinion, but I do hope the instructor can give more examples/applications/projects. Overall, it is a great course for understanding the concept.

    Helpful(0) Unhelpful(0)You have already voted this
  11. Timur Pehlivan

    The course was awesome, i was looking for something like that, which includes all architectures. As an advise; maybe there can be little complex separate projects for all architectures in future. Greate job!

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

    great knowledge, power packed information, superb, thanks a lot. please upload more videos on such advanced concepts on Android. thanks a lot!

    Helpful(0) Unhelpful(0)You have already voted this
  13. Lubabosk@hotmail.com

    Thank you

    Helpful(0) Unhelpful(0)You have already voted this
  14. Sinan Shoukath

    A simple and easy course which helps to understand what are the difference android architectures and difference between them.

    Helpful(0) Unhelpful(0)You have already voted this
  15. Claudio T.

    As the course is not updated and has almost no question/answer it has a few of issues regarding versions and deprecated function, which demands you to search for the solution on the internet. Also, I believe the content could be better explored with more examples, like how to handle different types of communication between the layers that are demanded in a daily situation, recommendations regarding folders structure for each architecture, etc. In general, it gives a good explanation but probably I’ll have to search for online content if I decide to apply any of these architectures in my projects, or watch the videos again to fix the content in my head due to the lack of exercises.

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

    Clear explanation and great examples

    Helpful(0) Unhelpful(0)You have already voted this
  17. Robert Peschke

    The lectures were just him explaining type this, then type this. There really wasn’t deeper explanation of what was being typed and why.

    Helpful(0) Unhelpful(0)You have already voted this
  18. Siva Ramakrishna

    This course is a jump start for various Android Architectures and highly recommended for beginners. I expected more deep when understanding the real strategy behind each architecture. For ex, in case of MVVM, i see it more closely related to observer pattern. It is just that lot of boilerplate code has been removed and simplified in the android library along with react constructs. The explanation could have been more towards the strategy than getting the sample done.

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

    Good course to understand fundamentals

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

    Detailed Explanation & Easily understood

    Helpful(0) Unhelpful(0)You have already voted this
  21. Ivan Robles Mosqueda

    mostly yes, but I hate (not only this guy but everyone that does it) when is writing code and make some typos or errors when coding it’s VERY MUCH frustating because if you lost 1 sec of video, you must rewatch the same part several times because you did the same error !!

    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.

    Pro Android: Modern Android Architectures – MVVM MVP MVC
    Pro Android: Modern Android Architectures – MVVM MVP MVC

    $14.99

    Price tracking

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