If you want to detect your phone orientation, try the following code:
if (getResources().getConfiguration().orientation ==
Configuration.ORIENTATION_PORTRAIT){
}
if (getResources().getConfiguration().orientation ==
Configuration.ORIENTATION_LANDSCAPE){
}
if (getResources().getConfiguration().orientation ==
Configuration.ORIENTATION_PORTRAIT){
}
if (getResources().getConfiguration().orientation ==
Configuration.ORIENTATION_LANDSCAPE){
}
沒有留言:
張貼留言