- 浏览: 129900 次
- 性别:
-
最新评论
文章列表
https://github.com/singwhatiwanna/dynamic-load-apk
http://blog.csdn.net/singwhatiwanna/article/details/39937639
这里是插件是apk的一种实现方式
插件式activity 包装代理实现的方式 ,activity 生命周期的方法做对应调用;
apk中的资源也做了 也可以特别指定,特别加载。
private AssetManager createAssetManager(String dexPath) {
try {
AssetManag ...
对volatile,atomic ,atomicIntegerFieldUpdater 讲的让人明白的文章。
http://wsmajunfeng.iteye.com/blog/1520705
http://www.trinea.cn/android/android-plugin/
1:
启动 Android SDK Manager ,打开主界面,依次选择「Tools」、「Options...」,弹出『Android SDK Manager - Settings』窗口;
在『Android SDK Manager - Settings』窗口中,在「HTTP Proxy Server」和「HTTP Proxy Port」输入框内填入mirrors.neusoft.edu.cn和80,并且选中「Force https://... sources to be fetched using http://...」复选框。设置完成后单击「Close」按钮关闭『Android SDK M ...
把netty 4.0.30 final 导入到eclipse 无编译错误
eclipse version :indigo 3.7.0;
java : jdk1.7
1: 下载netty release final版本
2:os.detected.classifier 无法找到的错误,
定义 <os.detected.classifier>windows-x86_64</os.detected.classifier><!-- add by me ->
在 <properties> 集合下面
3:对于execution not co ...
http://www.w3school.com.cn/jquery/jquery_ref_events.asp
成功机型 三星galaxy i909 android2.3
金山助手root后,手机内出现 授权管理 应用
下载安装 ‘简易文件管理’的app应用,打开找到/system/app 删除系统应用即可。
eclipse svn 提交so等默认 不被提交的文件,可以点击对应的文件,右键->Team->add version control ; 剩下的就可以按照正常的提交顺序了。
另外在windows->preference-> svn->ignore 项目里面也有设置,目前看来设置没有用的。
链接地址
http://my.oschina.net/u/1049180/blog/298602
fill device memory lite 这个应用 可以模拟耗尽手机内存,测试app在内存低情况下反应。
附件为此应用的apk文件。
http://blog.csdn.net/fenglibing/article/details/17138079
1: window->preference->General->Appearance->Label Decorations 可以控制是否显示svn文件的版本号。
2:window->preference->Team->Console->show console automatically (on output), 可以显示svn更新的文件信息。
3: http://subclipse.tigris.org/archive/ 此页可下载 svn plugin in eclipse.
/**
*
* @return the destination apn ID.
*/
/*
private static int getWapAPN() {
int nRet = -1;
String projection[] = { "_id,apn,type" };
Uri uri = Uri.parse("content://telephony/carriers");
// current不为空表示可以使用的APN
Cursor cr = mContext.getContentResolver().query(u ...
/*
private Bitmap outputRound(Bitmap bitmap){
if(bitmap == null)
return null;
int w = bitmap.getWidth();
int h = bitmap.getHeight();
Bitmap localBitmap = Bitmap.createBitmap(w, h, Bitmap.Config.ARGB_4444);
Canvas localCanvas = new Canvas(localBitmap);
Path path = ...
CORE/6.506.4.1 OpenCORE/2.02 (Linux;Android 2.2)
User-Agent: stagefright/1.1 (Linux;Android 3.2)
...
User-Agent: stagefright/1.1 (Linux;Android 4.0.0)
User-Agent: stagefright/1.2 (Linux;Android 4.0.2)
stagefright/1.1 存在严重的bug ,seek ,http 播放容错性太差,只做一次http请求。