In my Activity I have an EditText, a Button and a GridView. The user selects the image from the GridView and enters the name
EditText
Button
GridView
I think what you're looking for is passing data through navigation.
It will allow you send your image and name data from one activity/fragment to the next one.
Check out data-binding as well, might be useful.