android - Pass variable back to originial view -


i set setcontentview use intent open new startactivity ontop of parent view. have string in new childview , want populate edittext in parent view, how this?

the recommended way startactivityforresult instead of startactivity (see example here. alternatively use visible object on first activity (with public keyword, instance) , use onresume events, instance, i'd stick first method if you...


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -