I am new to android application. My Android application works well on emulator but running on real android device (Softbank 003 SH), when I rotate the device from portrait to landscape, the application stop unexpectedly. Do you have any hint to solve this problem?
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, ...