location
Getting the context in a Thread called by a Service
I have the following piece of code: public class DumpLocationLog extends Thread { LocationManager lm; LocationHelper loc;[详细]
2023-03-26 14:12 分类:问答iPhone indoor location based app
I am researching how to create an app for my work that allows clients to download the app (preferably via the app store) and using some sort of wifi triangulation/fingerprints be able to determine the[详细]
2023-03-26 11:38 分类:问答Android: requestLocationUpdates throws exception
I\'m trying to get periodically the user position via GPS in Android and send the data to a remote DB, but I get the exception: Can\'t create handler inside thread that has not called Looper.prepare()[详细]
2023-03-26 11:13 分类:问答Which LocationProvider in Android costs money to use?
The LocationManager in Android can choose LocationProviders on a specific Criteria. The Criteria class has a method isCostAllowed and setCostAllowed. Which of the LocationProvider costs the user money[详细]
2023-03-26 08:39 分类:问答Jquery Treeview Plugin Location persistance
Love the JQuery Treewiev plugin http://bassistance.de/jquery-plugins/jquery-plugin-treeview/ , but I have one problem with it.[详细]
2023-03-26 05:25 分类:问答Displaying progress dialog at the start of a GPS application
I am developing a app in which I want the progress dialog to be displayed when the app is starte开发者_C百科d (when the GPS service starts). I want to end the progress dialog when the GPS service retu[详细]
2023-03-25 23:18 分类:问答Get location name from fetched coordinates
What i have: currently my app is only telling me the coordinates of my current 开发者_JAVA技巧location.[详细]
2023-03-25 17:13 分类:问答Obtaining GPS data every 1 second
I am wondering if there is a way to gather GPS location data every second?My understanding is is the locationListener is only c开发者_Go百科alled when the location is changed.I have a thread running e[详细]
2023-03-25 16:57 分类:问答location manager android problem
I am trying to get a user\'s location when a button is clicked. I have the following code in my button onclick listener:[详细]
2023-03-25 15:09 分类:问答Location data, for my own database - mysql
I have a database of citi开发者_高级运维es. One table, \'city\' holds over 311,000 cities and data like its region and long and lat, these link to a table \'country\' via country_id. What I want to do[详细]
2023-03-25 10:42 分类:问答