Posts by Bruno Richart • 793 points
57 posts
-
1
votes1
answer309
viewsQ: How to get nearby Ceps via Geolocation or GPS on Iphone?
I’m developing an app for delivery, but I’m having trouble getting the automatic zip code through my location. Using the library Corelocation from IOS, until I get the zip code, but only the first 5…
-
3
votes1
answer2497
viewsQ: How to get the complete ZIP code through the GPS of the mobile phone
I’m trying to get the full zip code through my location using the GPS of my mobile in Objective-C, but it returns only 5 digits. I used the following code snippet: NSString *cepcompleto = [NSString…
-
12
votes3
answers4720
viewsQ: Implement HTTP POST and GET Requests on Android
How do I send information via get to an Android url, passing parameters? And how do I return data like JSON from my PHP?
-
1
votes0
answers80
viewsQ: Save route according to feed
How to save route using CLLocation and Mapkit, and score multiple points on the map by updating as you move?
-
0
votes1
answer186
viewsQ: Obtain latitude and longitude
I would like to know how to get latitude and longitude in iOS using Objective-C. Could someone help me? I’ve followed several examples but none displays the correct information.…
-
0
votes3
answers5268
viewsQ: Events onmouseover and onmouseout slow to exchange images
I have a problem using the events onmouseover and onmouseout that when passing the mouse it makes the exchange of the images but it is very slow takes too long, there is another way to do this by…
-
2
votes1
answer9637
viewsQ: Bootstrap classes for creating columns with space
I want to understand the classes of Bootstrap, when using the span and offset, and how to give a space between the columns?