Best way for social sharing in Android

后端 未结 4 1329
失恋的感觉
失恋的感觉 2021-02-05 16:52

I\'ve been looking for a way to share information to social networks. I\'ve found 2 possible solutions:

  • Look for installed apps and sent an intent (like android us
4条回答
  •  悲&欢浪女
    2021-02-05 17:10

    I have worked with the Facebook API and I know that it's a really good one. It looks if a native Facebook app is installed, if not it pops a little popup on your screen where it does it things, if yes, it uses that app to do your things.

    I think you have to take the same approach for all your Social Networks: check if app exist. if yes, use. if no, use own implementation

提交回复
热议问题