On Tue, Oct 30, 2012 at 8:10 PM, marcpolo <[email protected]> wrote: > I appreciate that android is not a realtime system but thought that 40Hz > wouldn't be too difficult to achieve, with the occasional overrun, which > wouldn't impair my app. I am getting nowhere near this - even when I remove > the range measurement functionality from the run method.
It's not that it's "too difficult to achieve," it's just that for most circumstances it's easier and more efficient to schedule with very loose timing guarantees. So this isn't really the framework's fault, per se, it's more of a "feature" :-)... kris -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

