2011年8月12日

[转] Eclipse RCP Tutorial

摘要: 本文转自:http://www.vogella.de/articles/EclipseRCP/article.htmlEclipse RCP This tutorial describes how to develop Eclipse RCP applications. It is based on Eclipse 3.7 (Eclipse Indigo).Table of Contents 1. Eclipse RCP Overview 2. Eclipse Plugin Architecture 2.1. Eclipse IDE vrs. Eclipse RCP 2.2. Plugins, 阅读全文

posted @ 2011-08-12 16:20 freeliver54 阅读(3179) 评论(2) 推荐(0)

[转]Android.自定义控件的实现

摘要: 本文转自:http://kandy0619.blog.163.com/blog/static/64344345201012325939280/可能是一直都在做Web的富客户端开发的缘故吧,在接触Android之后,发现其控件实在惨不忍睹(不知道是否说得过于偏激),我所说的惨不忍睹的意思不是说控件难看,Android的控件非常漂亮,这是我们公司公认的,但是最大的缺点在于控件功能非常弱小。弱小得一个Radio只能放一个text,而没有value(key)可以存放。这就是为什么我说惨不忍睹的原因。 但是这不能怪google,毕竟才刚刚发展起来,Android提供的只是一个最基本的控件实现,而非一个. 阅读全文

posted @ 2011-08-12 15:27 freeliver54 阅读(9550) 评论(3) 推荐(0)

[转]Android ListView常用用法

摘要: 本文转自:http://www.iteye.com/topic/540423ListView是比较常用的控件,但一直都觉得创建ListView步骤有点繁琐,故在此总结一下,方便查阅。程序效果是实现一个ListView,ListView里面有标题,内容和图片,并加入点击和长按响应。首先在xml里面定义一个ListViewXml代码 <?xmlversion="1.0"encoding="utf-8"?><LinearLayout android:id="@+id/LinearLayout01" android:layo 阅读全文

posted @ 2011-08-12 12:54 freeliver54 阅读(780) 评论(0) 推荐(0)

导航