My only activity host onCreateOptionsMenu
and onOptionsItemSelected
but implementation of UI-Recyclerview is done in MainFragment.
From menu i would like to sort the list of Recyclerview. So i need to get the list then manipulate then to post back to MainFragment.
Please if someone know how to do this ?