I\'m trying to make an intent by sending an object instead of a class. instead: I开发者_开发问答ntent intent = new Intent(EXGPS.this, LocationGPS.class);
i am beginner in android development and the problem is that emulator control is 开发者_StackOverflow中文版disabled on the ddms. I tried to open but i could not find how to open it again? How can i op
I have already found the ways to embed the Google maps in the Qt widgets. Now the next task is to get the GPS coordinates when I click on the map image in the Qt widget.
I am having a problem in my Activity, which can take the control to the android mobile GPS settings to have user to switch on/off the GPS, But I am unable to retrun back to my activity. when I press b
Is there any possibility of getting the location of a user, moving direction, and the speed via mobile platforms(client side programming like j2me) ? if there is availability in any platform please le
I have two questions. In my app, I am getting the GPS coordinates of friends. How can I determine if those friends are in the US/Canada?
In the following code: if(c.moveToFirst()) { do{ longitude=Integer.parseInt(c.getString(0)); latitude=Integer.parseInt(c.getString(1));
this is the requestLocationUpdates call I am using, 900000 (15 minutes) and 500 meters shouldn\'t be causing the gps to fire constantly, its really draining battery...
Hi everyone I wish to update my camera preview whenever there is a chang开发者_运维知识库e in GPSlocation and Sensor Manager values, i am currently using two services for this purpose,but i am not abl
w开发者_如何学Gohat the factors effect my GPS accuracy ? i\'m using android gps sohow can i solve the problem of the accuracy because i\'m doing a real life game depend on the GPS so its seems to be h