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)
Can't intent in new activitys
I'm creating a file explorer synchronize with an ftp directory.
I have recently adapted my app to work with both internal and external storage, and then I encounter an embarrassing issue. When I try t...
Bam Bou
Votes: 0
Answers: 1
Passing generic typed object between activities via intent
In my application I am trying to pass a generic worker object (which is parcelable) between activities. However, when I get parcelableExtra from intent, it creates new instance of the worker.
As you c...
alian
Votes: 0
Answers: 2
Android deep link intent doesn't work on some devices
I have an app that listens for a deeplinks starting with example:// The app can be launched by scanning a QR code containing a deeplink.
<intent-filter>
<action android:name="...
Kenny Sexton
Votes: 0
Answers: 1
Android 11: ACTION_OPEN_DOCUMENT_TREE get absolute Folder Path
Since Android 11 restricts the freedom accesing the external storage, I've looked many solutions to convert following path which I receive from ACTION_OPEN_DOCUMENT_TREE intent: content://com.android....
Savan Luffy
Votes: 0
Answers: 0