an activity to a fragment ☹️?
why you need that ?
if you are using nav graph you can do this by using safe args
In main Activity MainActivity.java I created a small fragment inside that fragment I put a recyclerview and made a Arraylist with the recyclerview adapter . Now I have a FAB also . When I click on Floating Action Button ,it will intent to a new Activity called CreateActivity.java where having 2 EditText and a button. So when I click the submit button the text entered in edit text should go to the fragments recyclerview. How to do this? How can I pass data from one Activity to another fragment ?
https://stackoverflow.com/a/62229900
for the future use nav graph it’s safer and much easier
What about bundle ?? Am a noob . So I am learning. I heard some where that through bundle we can get data
Yes . This one
Ok thank you. Thank you
no problem
use navigation jetpack library it has useful stuffs. Also you can share data between activities and fragments using a viewmodel...
Обсуждают сегодня