Wednesday, July 28, 2010

Re: [android-developers] Re: Any cheap solutions of GPS signal simulation?

Maybe you can visualize my suggested solution better with some code:

if (demo) {
demoLocationManager.requestLocationUpdates(provider, min, distance, this);
} else {
locationManager.requestLocationUpdates(provider, min, distance, this);
}

The question then is if the demoLocationManager would send precanned
upadates or if you need to use some other kind of input, such as a
sensor, to create live interactive updates.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment