I want to determining location in my app, and I want do it in Screen rather than in moblet,
I saw tutorials below http://www.mosync.com/documentation/tutorials/determining-location
In this turorial, it mentioned ILocation, but only interface, no implementing,
should my moblet Inherit from ILocation and implement addLocationListener, removeLocationListener,informListeners myself? If so, how? Any complete example?
Thanks in advanced!