移动平台
http://www.codeproject.com/Articles/581060/HowplustoplusGetplusSharePointplusClientplusContex
Download source code Introduction The first step of app ...
C:\Program Files\Embarcadero\RAD
Studio\12.0\source\rtl\android
的目录Androidapi.AppGlue.pasAndroidapi.AssetManager.pasAndroidapi.AssetManagerJni.pasAndr...
由于移动mm的SDK将部分资源文件放在jar包中,导致Unity无法识别,提示failed
to find resource file(mmiap.xml}错误需要做以下几步操作:--
解压mmbilling.2.3.0.jar,提取CopyrightDeclaration.xml、mmiap.xm...
1.开发优化建议
http://www.eoeandroid.com/thread-318985-1-1.html2.开源代码http://www.trinea.cn/category/open-code/3.面试资料复习:http://haiyuanxi.blog.51cto.com/423060...
new Thread(runnable).start();用这个开始一个线程 static
Handler handler = new Handler() { @Override public void handleMessage(Message
msg) { super.handleMessage...
02-11 05:31:22.962: E/AndroidRuntime(406):
java.lang.RuntimeException: Unable to start activity
ComponentInfo{com.txfy.music/com.txfy.music.MainActivi...
一:安装过程APK是类似Symbian
Sis或Sisx的文件格式。通过将APK文件直接传到Android模拟器或Android手机中执行即可安装。Android应用安装有如下四种方式1.
系统应用安装――开机时完成,没有安装界面2. 网络下载应用安装――通过market应用完成,没有安装界面3. ...
Android 开机会出现3个画面: 1. Linux
系统启动,出现Linux小企鹅画面(reboot)(Android 1.5及以上版本已经取消加载图片); 2. Android平台启动初始化,出现"A N D
R I O D"文字字样画面; 3. Android平台图形系统启动,出现含闪动的A...
本文是最近学习的一些笔记。现在到处是免费wifi,到处是低头玩手机的小伙伴。如果用ettercap嗅探一下,会有什么结果呢?下面是在自己电脑上测试的结果,找个机会再到商尝咖啡馆实地测试去。实际上,就是用ettercap的arp欺骗功能,实现了一个最简单的MITM(中间人)攻击。当然,..