Android

強制螢幕直立不旋轉(我只是不想處理旋轉更新的事):
在Manifest.xml中的activity加入android:screenOrientation="portrait"屬性即可,如下所示

<activity
    android:name=".TimeTable"
    android:screenOrientation="portrait">
</activity>

留言

這個網誌中的熱門文章

Android 語音輸入(Speech To Text)

Android JSONArray之排序

Android JSON Parse: JSONObject內又包了一個JSONObject