i am developing a game on xperia play. Can any one tell me how to detect Slider open for the device.
Thanks
Maybe there are more sophisticated solutions, but you can add to your activity android:configChanges="keyboardHidden" in manifest.
And handle opening with onConfigurationChanged method.