
安卓基础
lockyblog
coding...路漫漫,其乐无穷?自觉点,可以创造不少价值的。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【安卓】旋屏跟随
1.设置属性 manifest.xml MainActivity" android:label="@string/app_name" android:screenOrientation="landscape" android:theme="@android:style/Theme.N原创 2016-03-09 09:50:55 · 403 阅读 · 0 评论 -
cocos2d 安卓编译 cpp Android.mk
方便脚本编译,修改Android.mk #把对应路径下的所有CPP(也可以是其它文件,修改.cpp为如.c)文件包括进来 LOCAL_PATH :=$(call my-dir) ... include_all_cpp_files = \ $(eval src_files = $(wildcard $1/*.cpp)) \ $(eval src_files = $(src_files:$原创 2016-04-13 16:18:55 · 445 阅读 · 0 评论 -
安卓获取地区信息
1.use local,like this String sCountry = _context.getResources().getConfiguration().locale.getCountry(); //return like "CN" String, this depends on the user configured,If the user configures the de原创 2016-04-15 16:40:04 · 597 阅读 · 0 评论