上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 21 下一页
摘要: 下载地址: JNative_1.4RC2_src.zip : http://jaist.dl.sourceforge.net/sourceforge/jnative/JNative_1.4RC2_src.zip JNative.jar : http://nchc.dl.sourceforge.net 阅读全文
posted @ 2017-10-03 17:50 欧阳平 阅读(379) 评论(0) 推荐(0) 编辑
摘要: 绑定本地service需要实现onBind()方法 startService(intent)和bindService(intent,ServiceConnection,int flags)的生命周期不同 阅读全文
posted @ 2017-10-03 15:04 欧阳平 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 一、工具准备:apktool , dex2jar , jd-gui二、使用dex2jar + jd-gui 得到apk的java源码 1.用解压工具从 apk包中取出 classes.dex 文件 用命令(dex2jar.bat classes.dex)得到一个 jar文件2.用jd-gui反编译工 阅读全文
posted @ 2017-10-03 11:15 欧阳平 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 发现自定义view时出现ndroid.view.InflateException: Binary XML file line #8: Error inflating class com.ouyang.test.MyView异常, 构造函数加上 阅读全文
posted @ 2017-09-23 00:05 欧阳平 阅读(640) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-09-06 14:53 欧阳平 阅读(495) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-09-05 20:15 欧阳平 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-09-05 20:06 欧阳平 阅读(261) 评论(0) 推荐(0) 编辑
摘要: Instantiates a layout XML file into its corresponding View objects. It is never used directly. Instead, use getLayoutInflater() or getSystemService(St 阅读全文
posted @ 2017-09-02 16:17 欧阳平 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 可以调用多个startActivityForResult(Intent, int requestCode)打开新的activity来处理业务 当这些新的activiy关闭后会调用onActivityResult处理返回结果,利用requestCode可以辨别 是什么业务请求所触发的 setResul 阅读全文
posted @ 2017-09-01 23:42 欧阳平 阅读(327) 评论(0) 推荐(0) 编辑
摘要: public class MainActivity extends Activity{ private TextView show; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedIns 阅读全文
posted @ 2017-08-27 12:10 欧阳平 阅读(234) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 21 下一页