What’s Missing in Android Intents
blog.inkmobility.com
What’s Missing in Android Intents
1–7 of 7 posts
Re: What’s Missing in Android Intents
#2Generally quite true, though the 'share' icon on Android is pretty consistent. Easily 95%+ of the apps I've used have used that same icon.
A lot of this would be / could be solved by having some way you could replace the system's chooser. I hadn't thought of that before reading this article, but that would be pretty darn cool, and could be a significant improvement.
Re: What’s Missing in Android Intents
#3Re: What’s Missing in Android Intents
#4tl;dr: inconsistent interface, no recommendations when nothing can handle it. Generally quite true, though the 'share' icon on Android is pretty consistent. Easily 95%+ of the apps I've used have used that same icon. A lot of this would be / could be solved by having some way you could replace the system's chooser. I hadn't thought of that before reading this article, but that would be pretty darn cool, and could be…
Re: What’s Missing in Android Intents
#5The real problem is too few apps implement too few Intent filters other than Intent.ACTION_SEND.
Re: What’s Missing in Android Intents
#6tl;dr: inconsistent interface, no recommendations when nothing can handle it. Generally quite true, though the 'share' icon on Android is pretty consistent. Easily 95%+ of the apps I've used have used that same icon. A lot of this would be / could be solved by having some way you could replace the system's chooser. I hadn't thought of that before reading this article, but that would be pretty darn cool, and could be…
If you don't like the system picker, you can pick the target before the StartActivity call using your own UI.