On my Samsung Galaxy S 2 I have the known bug when OnSensorChanged() method does not call when screen is lock (http://code.google.com/p/android/issues/detail?id=3708 ). Is there any solution for this?
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...