Developing for Android browser
(Author: Heena Rastogi)
Android.
For some time now this word had been cropping up in my discussions with people. But I never got around start learning about it. So when at office I saw an opportunity, I tried to peep into the Android app development space.
I had a simple task at hand, to create the sharing feature for an Android app. So I googled for code snippets to achieve this. Here I present my quick consolidation of the google results based approach that I tried. There are in general two ways to do it:
- Either download API’s for Twitter, MySpace and Facebook and add dozens of lines in your code to create this feature.(will write soon about this)
- OR just load the twitter,myspace and facebook sharing link in an android browser.
I am sharing the browser method or as somebody said “the web way” of doing stuff. Read more…

