Well if you haven't figured out a way, you can always have a timer set
so that only when the timer expires can onSensorChanged send any
values

On Jan 5, 2:03 pm, clark <clarkd...@gmail.com> wrote:
> To elaborate a bit more, I'm actually going to integrate the
> accelerometer data to get velocity, and possibly integrate that to get
> position.  If I can dictate when the samples are taken, I can keep a
> consistent time delta between samples.  onSensorChanged() is not
> called at the same time intervals, which adds a bit more complication
> to the task at hand.  If need be I will work on code that would work
> with onSensorChanged(), but being able to sample thesensordata on
> demand, rather than have a call back function called, would be
> preferred.
>
> ~Clark
>
> On Jan 5, 10:51 am, "Dan Dumont" <ddum...@gmail.com> wrote:
>
> > well...   does onSeonsorchanged fire whenever the accelerometer changes?
>
> > save the values when they change and read the saved values whenever you need
> > to.
> > - Show quoted text -

--~--~---------~--~----~------------~-------~--~----~
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-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to