搜索资源列表
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数组。
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