Home  >  Q&A  >  body text

Android开发中通知栏推送如何在点击事件中传输数据

伊谢尔伦伊谢尔伦2717 days ago339

reply all(2)I'll reply

  • 天蓬老师

    天蓬老师2017-04-17 14:22:53

    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.

    reply
    0
  • 阿神

    阿神2017-04-17 14:22:53

    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

    reply
    0
  • Cancelreply