Jetpack Compose Zero to Hero Crash Course - #4 Create Android App with MVVM Architecture.

Опубликовано: 24 Апрель 2025
на канале: All Techies
1,221
29

In this Jetpack Compose Zero to Hero Crash Course you can learn about how to create android apps by following the MVVM architecture.

With Jetpack Compose following MVVM architecture is much simpler than the existing UI toolkit.

One important thing to note is that you should not use AAC ViewModels and Hilt within your composable because both of them couple your composable to the platform/application respectively.

Try building your widgets in such a way that other platforms could also use it as Jetpack is available for multiple platforms.


Want to join the android club on Facebook?
  / androiddevelopersclub  


#JetpackCompose #MVVM #Android #JetpackComposeCrashCourse