Android Fragment Data from 1 activity to list in another fragment

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


Android Fragment Data from 1 activity to list in another fragment



Im new to Android....
I have 2 activities 1 is main activity which has 2 fragments left and right... and I have 1 more activity Signup which has some fields in it. i need to submit that form and that details should be saved in a list in the 1st activity left fragment... I have attached the screen shots 1.png is my main activity with 2 fragments left and right.
2.png is signup form
3.png after submitting the form the the left fragment of activity 1 should look like that enter image description here
Main Activity:https://drive.google.com/file/d/1OIhWnXnuKmH2D-X-wRVAMXYvEoLIdWNA/view?usp=sharing



[Sign Up ][2]:https://drive.google.com/file/d/1ymTjiikgS9_1BIo9nWQHFEPGhKhXS-85/view?usp=sharing



[Final design][3]:https://drive.google.com/file/d/1KhW856vqZqYvbfZV78wcsbmNxeVUZPZM/view?usp=sharing









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Arduino Mega cannot recieve any sketches, stk500_recv() programmer is not responding

Visual Studio Code: How to configure includePath for better IntelliSense results

C++ virtual function: Base class function is called instead of derived