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
Post a Comment