Fragments
I had created Tabbed Activity with two tabs.
Fragment 1 Fragment 1 saves data to sqlite database
Fragment 2 Retrieves all data and shows in recycler view
Problem: When the user clicks View User Button the user details should be visible on NewFragment on full screen.But i have no idea about PASSING DATA WITH FRAGMENT TRANSACTION