The activity by value
guoyoujin opened this issue · 3 comments
guoyoujin commented
When the activity left sliding finish (), how to forward an activity by value
ppamorim commented
@guoyoujin I can't understand your problem. Can you detail it?
guoyoujin commented
When I rewrite
Your onActivityResult (int requestCode, int the resultCode, Intent data) method,
Use this. StartActivityForResult (new Intent (Mainactivity. This, TestActivity. Class), 0) start the TestActivity, I use the TestActivity end of the slide, to the right and I want to pass a value of TestActivity to Mainactivity, this how to pass the value
ppamorim commented
Use a intent.