python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Android intent catch download CSV event from DEGIRO app
I'd like to open my app for downloading CSV created by another app (in my case is Banking DEGIRO app).
When I click on "CSV" icon CHROME, and Degiro itself, apps are offered for open the con...
Toto
Votes: 0
Answers: 0
File Manager not found when share chooser shown from an android app
How to make my file manager can be shown from this sharing chooser? So I can save the image without any third party like EZ, X-Plore, ZArchiver
I have tried like this.
val uris: List<Uri> ...
newbie
Votes: 0
Answers: 0
Unable to see the values set in EXTRA_TITLE
I am building an app say Tx , which call's the createChooser using the below code.
Intent shareIntent = new Intent("com.myapplication.test");
shareIntent.putExtra(Intent.EXTRA_TITLE, "S...
Vinay KS
Votes: 0
Answers: 0
Intent not sending EXTRA_TEXT when Intent.ACTION_SEND is used
I am trying to send a link from a fragment to the same application via Intent.ACTION_SEND.
When the share intent is sent, the list of applications have my application which on click takes me to an act...
umernisar
Votes: 0
Answers: 1