06 2013 档案

摘要:如需转载,请注明出处! WebSite: http://www.jjos.org/ 作者: 姜江 linuxemacs@gmail.com QQ: 457283这是一篇自己写于一年前的工作文档,分享出来。一、WebKit简介WebKit是一个开源的浏览器网页排版引擎,包含WebCore排版引擎和JSCore引擎。WebCore和JSCore引擎来自于KDE项目的KHTML和KJS开源项目。Android平台的Web引擎框架采用了WebKit项目中的WebCore和JSCore部分,上层由Java语言封装,并且作为API提供给Android应用开发者,而底层使用WebKit核心库(WebCore 阅读全文
posted @ 2013-06-25 16:48 公孙 轩辕 阅读(5501) 评论(0) 推荐(0)
摘要:net.sf.fjep.fatjar_0.0.31.jar 生成jar的工具 把这个net.sf.fjep.fatjar_0.0.31.jar到Eclipse的plugins中,从启Eclipse。点击工程就就会在下拉列表中多了一项功能+build fat jar选择你要的内置jar和类和接口等。点击下一步 阅读全文
posted @ 2013-06-21 15:58 公孙 轩辕 阅读(226) 评论(0) 推荐(0)
摘要:方法摘要static CharSequence返回一个字符序列commaEllipsize(CharSequence text,TextPaint p, float avail,String oneMore,String more) Converts a CharSequence of the comma-separated form "Andy, Bob, Charles, David" that is too wide to fit into the specified width into one like "Andy, Bob, 2 more". 阅读全文
posted @ 2013-06-14 16:20 公孙 轩辕 阅读(6170) 评论(0) 推荐(0)
摘要:public void checkConnectionStatusNotification(String notificationText, Context context) { String ns = Context.NOTIFICATION_SERVICE; NotificationManager mNotificationManager = (NotificationManager) context .getSystemService(ns); int icon = R.drawable.icon; // 通知图标 CharSequence ti... 阅读全文
posted @ 2013-06-07 18:10 公孙 轩辕 阅读(189) 评论(0) 推荐(0)