摘要: 系统服务(Service)Services、android、linux,让人心动的功能,手机上也开发系统服务,当然,这还得归功于Linux系统内核。眼高手底,是我经常犯的毛病,在Service是又犯了,失败。用代码说话。创建一个Service的过程(示例) :import android.app.Service;import android.content.Intent;import androi... 阅读全文
posted @ 2010-06-09 22:06 深挖三尺 阅读(868) 评论(0) 推荐(0) 编辑
摘要: Button Android中的Button组件,最常使用的Widget组件之一。 Layout声明:<Button android:text="@string/account_create_btnCancel_title"android:id="@+id/btnCAccountCancel" android:layout_width="100px" android:layout_heigh... 阅读全文
posted @ 2010-06-09 22:03 深挖三尺 阅读(9536) 评论(0) 推荐(0) 编辑