New to Android Python scriptring comming from Symbian PyS60. I want to port my gps info PyS60 app to Android sl4a Python. I can get the location but that is about all. From API docs and Java examples it would seem that something like: import android.location.LocationManager as lm satus = lm.getGpsStatus() would do the trick but I am getting nowhere. Please help me on track (cython perhaps???) Thanks, Janwillem
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
a short example of python code using the GPS:
I found this in the tutorial page of sl4a http://code.google.com/p/android-scripting/wiki/Tutorials one of them is called: "Track where you go! Lua sample and python scripts to track your location." the complete doc is in LocationFacade Here: http://www.mithril.com.au/android/doc/ |
|||
|
|