TL;DR VERSION:
In Android master-detail pattern, how do I let the MasterActivity pass a value to the DetailFragment's parent activity (DetailActivity)? Because the DetailActivity is the file that stores the NavigationDrawerFragment. In Android master-detail patte