share feature of menu in android application

后端 未结 2 1402
生来不讨喜
生来不讨喜 2021-01-17 01:59

i asked so many question regarding my title but i could not get my proper answer till yet.I need to implement androd\'s menu feature in my application ie when we goes to gal

2条回答
  •  旧时难觅i
    2021-01-17 02:03

    To implement a "Share" feature, all you need to do is use createChooser() and an ACTION_SEND Intent.

    Here is a blog post covering the technique.

提交回复
热议问题