[android-developers] Location based App

2014-03-12 Thread Rahul Shukla
Hello all, I am developing an android application wherein I need the user location updates pretty frequently. Say 2 times a minute. Earlier I had been using Google Play Service's Fused location service but the location updates were not received as requested. The location updates got stuck

Re: [android-developers] Location based App

2014-03-12 Thread Kristopher Micinski
In some cases, the location just isn't available all the time. What happens if the user goes indoors, out of cell range, etc...? Then getting a fix just won't work. Kris On Wed, Mar 12, 2014 at 6:14 PM, Rahul Shukla rahul12.shu...@gmail.com wrote: Hello all, I am developing an android

[android-developers] location based app

2012-03-08 Thread Jon
Hi guys ! My name is Jon and I m new in android and in java :-( Please I need your help! I want to develop a location based application which shows my location and the nearest places e exp. the nearest hotels or restaurants or sth else. Also I want to draw the data from wikimapia or a similar

Re: [android-developers] location based app

2012-03-08 Thread TreKing
On Mon, Mar 5, 2012 at 10:54 AM, Jon roulis...@gmail.com wrote: So far in my application I have signed up for the google map api key. What should I do in order to develop my project? Start by reading the documentation section on Location. Then use the docs, examples, and Google to get 95%