Planning, hooks, application programming interface (API), integration, numerous complex javascripts, xml schemas, URL interpreters, helpers, frameworks...
I have been scouring blogs, SDKs, and tutorials for the past three days in an attempt to achieve a very simple task: opening Instagram by clicking a URL in the Android browser. I find it quite astonishing that it only took me 5 minutes to accomplish on iOS. I am unsure of what code to even provide since I haven't encountered any errors... at least that would be something!
Long story short, I own an Android phone. I open the browser to visit my website. Now, I want to include a link to open the Instagram camera. On iOS, I simply reference:
<a href="instagram://app">Open Instagram</a>
<a href="instagram://camera">Take a picture</a>
Is it really so difficult to code the same functionality on Android? I have no desire to integrate it within another app. It's just a regular website.