Questions tagged [android-sharing]

In Android, sharing is the action of sending data (text, images, &c) to a different application or device (often chosen from a list of available targets instead of explicitly chosen).

Sharing can generally be accomplished with Intents, or via a specialized widget called a ShareActionProvider.

Developer Guide: Building Apps with Content Sharing

315 questions
-1
votes
2 answers

How to send a file from my app to another many application which do support sharing data

I'm actually trying to send a data which is coming from an API(as a text not as a file) to me and I want to send that data as a text file by many apps which includes sharing of files like WhatsApp, hike, telegram, shareit, etc.
Arun Sriramula
  • 124
  • 1
  • 13
-1
votes
1 answer

How to integrate refer and earn in android

I am new for android,i am trying to integrate refer and earn option in my app. plz help me. https://drive.google.com/open?id=0B_byJB7NePlTZkhaUUw1dGU5ejg
Sajid
  • 1
  • 1
-1
votes
1 answer

android - how to share app with a code inside it

I need to make an application and make my users able to send app to others with a certain code inside it and indicate which user has sent the app. For example , I share my app to my friend and when my fried install the app , it has a static number…
donald draper
  • 561
  • 2
  • 9
  • 24
-1
votes
2 answers

Search for linkedin app in android via intent

I am using intent to get the list of all apps i can post text to. However, linkedin is not appearing in that list. Do i need to do anything extra for linkedin? Intent intent = new Intent(); intent.setAction(Intent.ACTION_SEND); …
div
  • 1,475
  • 3
  • 22
  • 32
-1
votes
1 answer

Sharing intent should check if textview is empty

I implemented Sharing intent button in my application. I have strings in textviews, but it is not always filled with any text. So, I would like to check it is empty or not. If a string is empty, sharing intent should ignore/remove/get ride of this…
Holly Ikki
  • 199
  • 1
  • 10
-1
votes
2 answers

How to configure the text in the 'Share via' dialog

My app receives a share intent, how can I change the text that appears for my app in the 'share via' dialog?
RCB
  • 2,253
  • 2
  • 25
  • 49
-1
votes
1 answer

How to share image on a particular facebook fan page on android?

I have two options to share a image on facebook.One to directly post the image on the users wall and the other to share image on a facebook fan page that i have created recently by the users. I done share image on users wall successfully.But i dont…
-1
votes
2 answers

Getting couldn't send attachment error while attaching images with Gmail app

I have a file path of images which was taken from the Gallery and I am adding each file path in to ArrayList. Everything works fine and even I could see the attachments in Gmail. But once if I try to send the images. I am getting couldn't send…
Chandru
  • 5,954
  • 11
  • 45
  • 85
-1
votes
1 answer

Sharing mp4 with easy share action with Android app from Media Library

I have an app which I want to store audio files in mp4 format in a folder of my choice. I want to share some of them in Facebook but I dont have the facebook option while if I have a mp4 video file in my device's media library, I have full list of…
user2629955
-1
votes
1 answer

When using TActionlist ShowShareSheetAction1 is it possible to pass parameters to the shared app?

When using TActionlist.ShowShareSheetAction1 is it possible to pass parameters to the shared app, such as email parameters: To whom you are sending the email "myname@gmail.com" and subject?
user734781
  • 273
  • 1
  • 9
  • 19
-1
votes
2 answers

I am unable to get Shared Preferences of other application

I am new to Android.I am trying access SharedPreferences of one application in another application. But i am not getting those values. My code was posted below. Create.java in SharedPref1 package com.example.sharedpref1; public class Create extends…
KCRaju
  • 27
  • 9
-2
votes
1 answer

Sharing to Stories on Facebook

I am sharing image stories to Facebook using "Sharing to Stories for Android Developer" and Getting error when i am sharing image : Error : facebook cannot access this media at the moment. please try again later (last image please…
-2
votes
1 answer

Android Sharing data between one app - 2 users

I developed an app which is simple TO-DO list app. I create there my daily plan, my weekly plan and so on. TODO list is made offline. Now I would like to share my TODO list with different users of app. Like relationship MOM-KIDS (one to many) so mom…
-3
votes
2 answers

Transfer data between 2 android devices

I'd like write an app to transfer data between 2 android devices on the same wifi network, like as there is a share folder. How can i do this? Thanks EDIT (My solution): My Server wait for request private boolean startServer() { try { …
Matteo Codogno
  • 1,569
  • 6
  • 21
  • 36
-4
votes
1 answer

How to make my react native app appear in the share list on android

I'm trying to make my react native app appear in the share apps list, for example from youtube. How do I do this exactly? If someone could please guide me on what I have to add to my java files on android, that'd be great, as I have close to no…
1 2 3
20
21