I have build a game about languages, that is soon going to be uploaded to Appstore. I have a function that sends the result to my server, to be able to see which questions that was too easy/hard. At t
I have tried to click on the button using the follow: private const int BN_CLICK = 0xF5; private const uint WM_LBUTTONDOWN = 0x0201;
I am trying to integrate google latitute in iphone, 1. I created a projected with google latitude service and created a client secret.
I have an app that displays the Maidenhead grid square corresponding to that location.I would like to write a unit test for this feature.
I am having trouble suppressing a PHP Location Header from inside an output buffer. It is my understanding that output buffers should suppress headers until they are flushed. I also thought that no he
I primarily code in PHP, I don\'t have extensive knowledge on JavaScript scope; hoping somebody can solve my problem pretty quickly. As indicated by the com开发者_Go百科ment, inspecting mapCenter.Lati
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_如何学C
In my Android app I want to mark on map a location (I know the address of location). When I mark it on map, I want to display the name of location,too. How can I do that?
I start an activity in my class Locator.java which starts a locacionListener Service. That activity writes positions to a database. I wonder if when i move to next screens(activities), positions will
I want to get a users city and country information WITHOUT GPS enabled? Is there a way 开发者_JS百科to obtain this data from their carriers? Use LocationManager to get the location. You need to add pe