function orientation_change() { var viewport = document.querySelector('meta[name="viewport"]'); if (window.orientation == 0 || window.orientation ==.....
分类:
Web程序 时间:
2014-09-05 15:44:01
阅读次数:
168
/**
* A listener for all the change in the preference file. It is used to maintain the global state of the application.
*/
private class PreferenceListener implements SharedPreference...
分类:
其他好文 时间:
2014-09-05 11:25:31
阅读次数:
219