N
Mar 26, 2020Navigation Component: How to pass data between fragments using Bundle and ViewModel
A tutorial on how to pass data between fragments using Bundle and viewmodel
Mar 26, 202015 min read13 reactions2 comments
Tag archive
A tutorial on how to pass data between fragments using Bundle and viewmodel
A few pieces of code you'll always need when using the Navigation Component from Jetpack Architecture Components.
I had an issue in the application I am currently working on it followed the following scenario; Quest...