[android-developers] OnSensorChanged

2011-04-20 Thread Nathaniel Warner
I need to boost the accuracy of the accelerometer or at least increase the number of times that it triggers onSensorChanged (or the accelerometer is polled). Is there any way to do that? -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] [android-d​evelopers] Samplerate

2011-03-07 Thread Nathaniel Warner
How can I detect the allowed microphone samplerates of the device my app is running on? A link to a list of allowed samplerates for various phones would also work for my purpose. Or, if anyone knows what samplerate Samsung phones use for their voice mics that would also help. -- You received

[android-developers] Best OpenGL ES framework?

2011-02-09 Thread Nathaniel Warner
What's the best framework for creating 3D opengl apps? My intent is to import some 3d models. -- 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

Re: [android-developers] Re: Testing on Different Devices

2011-01-25 Thread Nathaniel Warner
? http://android-schweiz.blogspot.com/ Whant to learn German? http://german-podcast.blogspot.com On 25 Jan., 07:15, Nathaniel Warner warner.nathan...@gmail.com wrote: I want to test my free app on android phones other that the one I own but I can't afford to buy all the phones available

[android-developers] Testing on Different Devices

2011-01-24 Thread Nathaniel Warner
I want to test my free app on android phones other that the one I own but I can't afford to buy all the phones available. Is there some sort of standard testing method available to people in my situation? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] GPU

2010-11-22 Thread Nathaniel Warner
How do I force my application to use the current devices GPU if one is available? -- 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

Re: [android-developers] Re: guitar tuner

2010-11-22 Thread Nathaniel Warner
I just published a guitar tune app myself (Guitar FreaQ)...mostly for fun and to teach myself android development. I found that the FFT didn't use that much cpu at all (custom rendering did though) The fft algorithm computes N log(N) calculations. So if you do a 1024 point fft you are only