登录
首页 » Java » android下 AnalogClock 和DigitalClock 基本用法实例,附源码下载

android下 AnalogClock 和DigitalClock 基本用法实例,附源码下载

于 2013-03-15 发布
0 263
下载积分: 1 下载次数: 0

代码说明:

android中 电子钟和时钟 的基本用法

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 利用STM32F407实现人脸识别
    利用STM32F407实现人脸识别
    2019-08-04下载
    积分:1
  • BLE4.0聊天实例
    BLE4.0聊天实例
    2015-05-19下载
    积分:1
  • android 2048游戏代码 下载
    android 2048游戏代码 下载
    2014-05-23下载
    积分:1
  • 仿电商后管理系统源码
    【实例简介】仿电商后台管理系统源码 :本系统采用的还layUI模板,基于ssm框架,功能趋于成熟,运行环境:mysql8.0,jdk8.0及以上,IDEA;我做此项目是用来实训结业答辩,项目可流畅运行,毕竟答辩时在领导面前总不能报错吧,若有意外,请亲检查版本,believe me!
    2021-12-06 00:37:34下载
    积分:1
  • android 联系人分类排序
    android 联系人分类排序
    2014-03-14下载
    积分:1
  • android widget小部件实例源码下载
    android widget小部件开发实例源码下载
    2014-09-04下载
    积分:1
  • android联系人带字母检索源码
    android联系人带字母检索源码/** * 联系人列表适配器。 * * @author guolin */public class ContactAdapter extends ArrayAdapter { /** * 需要渲染的item布局文件 */ private int resource; /** * 字母表分组工具 */ private SectionIndexer mIndexer; public ContactAdapter(Context context, int textViewResourceId, List objects) { super(context, textViewResourceId, objects); resource = textViewResourceId; } @Override public View getView(int position, View convertView, ViewGroup parent) { Contact contact = getItem(position); LinearLayout layout = null; if (convertView == null) { layout = (LinearLayout) LayoutInflater.from(getContext()).inflate(resource, null); } else { layout = (LinearLayout) convertView; } TextView name = (TextView) layout.findViewById(R.id.name); LinearLayout sortKeyLayout = (LinearLayout) layout.findViewById(R.id.sort_key_layout); TextView sortKey = (TextView) layout.findViewById(R.id.sort_key); name.setText(contact.getName()); int section = mIndexer.getSectionForPosition(position); if (position == mIndexer.getPositionForSection(section)) { sortKey.setText(contact.getSortKey()); sortKeyLayout.setVisibility(View.VISIBLE); } else { sortKeyLayout.setVisibility(View.GONE); } return layout; } /** * 给当前适配器传入一个分组工具。 * * @param indexer */ public void setIndexer(SectionIndexer indexer) { mIndexer = indexer; }}
    2014-04-13下载
    积分:1
  • android 自定义单选、多选对话框及popwindow窗口实例源码
    android 自定义单选、多选对话框及popwindow窗口实例源码
    2014-08-21下载
    积分:1
  • android SDK 离线版chm文档下载(含大量示例)
    http://developer.android.com/ 打不开怎么办, 用android sdk离线版chm文档 查阅相关资料吧
    2015-05-04下载
    积分:1
  • android 省市区三级联动效果
    android 省市区三级联动效果
    2014-05-30下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载