As a convenience, I will post what is currently listed there:
Intent & Provider List
- Pick File
- Pick Multiple Files
- Pick Folder
- Save To New File
- Save To New Folder
- Playlist Creator
- Create Zip File
- Unpack Zip File
- MIME Type Provider
As a convenience, I will post what is currently listed there:
Intent & Provider List
One of the powerful features about Android vs other mobile operating systems is the ability to create and Intent and ask the system if there are other activities that might be able to respond, even if they are in some other app. Why reinvent the wheel with every app if there is already one much more capable already out there? By apps working together, we can create an ecosystem of apps that inter-operate without requiring explicit code shared between them. Intents are powerful in that they are open ended and can carry a vast array of data and filters between apps. However, since there is no strict definition on how to create intents for all kinds of purposes, one must follow published guidelines from the authors of apps or rely on a site like OpenIntents.org that register Intents so others may use them correctly. Continue reading
If you are an Android app developer interested in responding to a “pick folder” intent, this article is for you. There is no strict definition on how to respond to intents and so one must follow published guidelines from the author of each app. Continue reading