android - How to use id of elements of activity using intent communication -
android - How to use id of elements of activity using intent communication -
in android suppose intent activity2 activity1..so how can utilize or ids of elements of activity2(such relative layout etc) in activity1..and code in activity 1 using element of activity 2
if trying alter ui of activity1
based on activity 2
should start child activity
, utilize onactivityresult
.
if trying access values of activity1
in activity 2
can pass them via bundle.
android
Comments
Post a Comment