Android开发中通知栏推送如何在点击事件中传输数据
伊谢尔伦
伊谢尔伦 2017-04-17 14:20:53
0
2
361
伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(2)
Peter_Zhu

Activity1 uses startActivityForResult() to start Activity2.
Activity2 uses setResult() to set the data to be returned.
Activity1 uses onActivityResult() to collect the returned data and process it.

阿神

The description of the problem is not very detailed. You can describe it graphically or add a text description. I don’t understand what process needs to be implemented

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!