Share Image On Twitter With Tweetcomposer?
According to Twitter documentation After initializing the TweetComposer Kit with Fabric, start construction of a Tweet composer by using the Builder. import com.twitter.sdk.andr
Solution 1:
You can solve this problem by using File Provider to store your app images, which you want to attach to Tweet. Also, it is the best solution for storing your inner app files. More details about FileProvider you can read here: https://developer.android.com/reference/android/support/v4/content/FileProvider.html
Post a Comment for "Share Image On Twitter With Tweetcomposer?"