I am adding two fragment in one activity .I am setting onclick listener in fragment button view.In fragment click listener how to update the another fragment view in android
Thanks for your help
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you need to contact the activity first which will contact the second fragment. and also read this article on how to do it…
http://developer.android.com/guide/topics/fundamentals/fragments.html#CommunicatingWithActivity