Android Studio – Kotlin: How to pass data from SharedViewModel to Adapter
I'm working on an app with a bottom navigation bar and struggle when trying to access a sharedViewModel's data across fragments and adapters. My code is already quite full so I'll be trying to list it up in short here.…