
Android
piao220020
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android IBinder 进程间通信
代码从FromWork层解析而来,PhoneWindowManager.java 和 TakeScreenshotService.java用于进程间双向通信!客户端:Android 高级程序员专区ComponentName cn = new ComponentName( "com.zzm.mianhost", "com.zzm.mianhost.TakeScreen...原创 2018-05-11 09:30:18 · 478 阅读 · 0 评论 -
动态加载.class文件,URLClassLoader 的用法
/** * @param args * @throws Exception */ public static void main(String[] args) throws Exception { while (true) { File filpath=new File(""); String path = "file:"+filpath.getAbsol...原创 2018-05-13 16:34:37 · 9579 阅读 · 0 评论