Search code examples
androidsdktumblr

Tumblr SDK(or Sharekit) for Android, does it exist?


I need to integrate Tumblr to my Android app, is there any official(I could not find) or 3rd party SDK available?

Thanks!

edit:

I found ShareKit is a good tool for sharing purpose on iOS, is there any equivalent in Android?


Solution

  • The standard way to enable sharing in an Android app is to use the ACTION_SEND intent. This will let the user share the content to any compatible app they may have installed.