[android-developers] My First Android Geolocation Application

2011-09-05 Thread Abhishek Talwar
Hey guys I have launched my first android application. It is a geolocation application , users login using facebook sdk and in people section will be shown facebook users nearby. In Places section initially latest places are shown in a list and you can also search the places using searchbar which

Re: [android-developers] My First Android Geolocation Application

2011-09-05 Thread Logesh rajendren
Hi Abishek , i m doing similar kind of project for my final year project . Can u please help me with Map Overlays in googlemaps ? :) On Mon, Sep 5, 2011 at 3:40 AM, Abhishek Talwar r.o.b.i.n.abhis...@gmail.com wrote: Hey guys I have launched my first android application. It is a geolocation

Re: [android-developers] My First Android Geolocation Application

2011-09-05 Thread Robin Talwar
I am not integrating map overlays though you could find the exact code in appress EBook beginners guide or may be pro android development. Instead i am calling the browser for following intent http://maps.google.com/maps?f=dsaddr=+fromLat+%20+fromLong+daddr=+ toLat+%20+toLong+hl=en This opens

Re: [android-developers] My First Android Geolocation Application

2011-09-05 Thread Logesh rajendren
Thank u so much . On Mon, Sep 5, 2011 at 4:10 AM, Robin Talwar r.o.b.i.n.abhis...@gmail.comwrote: I am not integrating map overlays though you could find the exact code in appress EBook beginners guide or may be pro android development. Instead i am calling the browser for following intent