2010年12月30日 星期四

detect device orientation (eng.)

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){
        }

沒有留言:

張貼留言