Shared ViewModel Explained Android Studio Tutorial
YOUR LINK HERE:
http://youtube.com/watch?v=THt9QISnIMQ
π My Online Courses • βDiscount Coupon: LAUNCH-STEVDZA-SAN • https://stevdza-san.com • π±π€ Wanna become a member? Join! • / @stevdzasan • πΈ Instagram • / stevdza_san • • So far you might got used on having a single ViewModel instance per Fragment? So when you regularly instantiate one ViewModel in your Fragment, it's often scoped to a lifecycle of your Fragment, right? And by scoping that one ViewModel to a single Fragment you cannot share values between multiple Fragments. Which make sense. • In order to Share values from the same ViewModel instance between • multiple Fragments, you need to scope ViewModel to an Activity instead. Watch the video to learn more about it. • ViewModel - Explained: • ViewModel Explained - Android Archite... • ViewModel Factory: • ViewModel Factory Explained - Android... • π Timestamps: • 0:00 - Introduction • 2:08 - About the project • 2:46 - Create Shared ViewModel • 4:50 - Let's Start
#############################
