android intent - Button text change from another activity -


i'm having problem in changing text of button in main activity. want change text of button upon click on button in second activity. please me solution?

there many ways simplest way is- can maintain static boolean variable in of activity , change value true on button click of other activity , whenever aainactivity resumes can check in onresume() method variable , if true -> change text of button in mainactivity.


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

android - Facebook Login CallbackManager FacebookCallback called onCancel() every time -