搜索资源列表
ANDROID-Activity--exit
- Acitivty的子类 基础该类的子类必须实现onCreate 方法 * 在该类中注册了一个BroadcastReceiver 用于接收退出消息 * 在接收到消息之后结束自身-Acitivty basis of a subclass of a subclass must implement the class method* onCreate registered in the class to receive a BroadcastReceiver quit message* th
Lesson6
- android 基于JAVA上 遍历数据时的几种情况 父类object与子类在数据调用时的几种情况-JAVA-based data on the android through several situations when the parent object class and subclass in several cases when the data call
MultiLayoutAdapter
- 这是一个使得ListView能够呈现多种布局的多布局适配器。ListView用了SimpleAdapter之后就只能呈现一种Layout,这样虽然简单但是有时不能满足需求。所以,我下载SDK的源码重写了SimpleAdapter,你可以看出那些JavaDoc还是之前SimpleAdapter的JavaDoc。 各位下载了之后能将它当成SimpleAdapter使用。 主要修改的地方是: 1、构造方法不再接受单个Layout Resource,能接受Resource数组。
THLabel
- 介绍:封装一个UILabel的子类,增加阴影模糊,笔画文本和填充渐变的字体风格。系统的UILabel中字体风格是有限的,利用这套代码我们可以使标签的内容具备我们自己搭配的风格,比如可以使字体阴影在加上一些模糊的效果,还可以使字体达到充满渐变,字体边框显示,当然我们还可以使字体同时具备多种风格。-Descr iption: Package a UILabel subclass, increasing the shadow blur, gradient fills and strokes text
UIHyperlinksButtonDemo
- 介绍: 用 UIButton 实现文字超链接效果。UIHyperlinksButton 是 UIButton 的子类。作者将其外观做成了文字超链接的样式。-Introduction: Using UIButton achieve a text hyperlink results. UIHyperlinksButton is UIButton subclass. The authors made its appearance a text hyperlink style
jessmartin-CoolButtons-cf23fc7
- CoolButtons UIButton的一个子类,吸引人的iOS风格的按钮,全部采用coreAnimation并没有图像。-CoolButtons is a subclass of UIButton that draws glassy iOS style buttons, all using CoreGraphics and no images.
AirportTicket
- 一个代码较全面的Android机票预订客户端应用,实现了机票查询, 酒店查询, 订单管理, 订单审批, 系统设置等功能,应用了LIB库ksoap2-android-assembly-2.3-jar-with-dependencies.jar,已放入下载包内,为自定义主界面而配有适配器。数据库部分:在SQLiteOepnHelper的子类当中,必须有该构造函数,必须通过super调用父类当中的构造函数,只有调用了DatabaseHelper对象的getReadableDatabase()方法,或者
AsyncTaskTest
- 这个实例示范如何使用异步任务下载网络资源,该程序的重点是实现AsyncTask的子类。-This example demonstrates how to use asynchronous download task of network resources, the focus of the program is to achieve a subclass of AsyncTask.
timesincetextview-master
- This a subclass of android.widget.TextView which exposes a method setDate() that accepts a long Unix timestamp or java.util.Date. The view converts the date into a String which describes the date in terms of time since that timestamp. For example, if