java - Update data displayed after updating database android -


so i'm developing android app interacts database ( parse.com ) , users can edit profile information. how updated data( auto-refresh) displayed directly after user save updates without having close app , open again ..

any suggestion ?

to data updated after refreshing them, use onactivityresult method.


Comments