2013年1月13日
摘要: ActivityMain.java[java]view plaincopypublicclassDrawThreadextendsThread{ParticleViewpv;SurfaceHoldersuraceHolder;booleanisRunning;intsleepSpan=15;longstart=System.nanoTime();intcount=0;publicDrawThread(ParticleViewpv,SurfaceHoldersuraceHolder){this.isRunning=true;this.pv=pv;this.suraceHolder=suraceH 阅读全文
posted @ 2013-01-13 10:36 Code大蛇丸 阅读(1294) 评论(0) 推荐(0) 编辑
摘要: android程序自动安装下载好的apkIntent intent = new Intent(Intent.ACTION_VIEW); intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); intent.setDataAndType(Uri.parse(apkurl), "application/vnd.android.package-archive"); AppInfo.globalAppContext.startActivity(int... 阅读全文
posted @ 2013-01-13 10:34 Code大蛇丸 阅读(3911) 评论(0) 推荐(0) 编辑
摘要: android 中控件可以设置点击事件,有幸看到android源码,故作小记!没有其它什么不可思议之处!所以,你必须在很休闲的时候看本篇博客,否则那是在浪费时间。这篇博客:<1> 使用 Java 语言模拟 android 中 Button 的 click 事件<2> 分享 Button 控件的一个 xml 属性<3> 分享一篇关于 android MVC 的文章1. Observer 回顾Observer pattern,观察者模式。观察者模式在Android中有着广泛的应用,尤其是在Listener中应用广泛。观察者模式又叫做发布-订阅(Publish/S 阅读全文
posted @ 2013-01-13 10:33 Code大蛇丸 阅读(312) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示