登录
首页 » Java » android 仪表盘源码下载

android 仪表盘源码下载

于 2014-09-05 发布
0 245
下载积分: 1 下载次数: 0

代码说明:

android 仪表盘源码下载

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

发表评论

0 个回复

  • android上传文件到 java服务器端 例子源码下载
    另类文件上传
    2015-05-09下载
    积分:1
  • android 广播的接收与送 service实现 附完整源码
    android 广播的接收与发送 service实现 附完整源码
    2013-04-20下载
    积分:1
  • Android—Sqlite
    Android—Sqlite数据库信息demo    
    2014-08-13下载
    积分:1
  • 无线通信仪表与测试应用(完整版)pdf
    工信部通信计量中心“国家队”专家权威编撰,仪表与测试人员人手一本的宝典必读图书.内容新。本著作面向现代无线通信应用,涵盖2G、3G、LTE相关内容。是一本在较长时间内不过时的著作,这是相对同类书籍的比较优势。适用性广。本书所介绍仪表新旧结合、以普遍使用的产品为主,兼顾国际著名厂商产品和国产仪表。实践性强。本著作将仪表和测量应用、测量系统搭建可信性强。作者团队来自工业和信息化部通信计量中心。
    2020-05-26下载
    积分: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 抽屉效果实例源码下载(可以滑动)
    android 抽屉效果实例源码下载(可以滑动)
    2014-12-28下载
    积分:1
  • android 从外部程序获得ContentProvider提供的数据并进行操作 示例源码
    android 从外部程序获得ContentProvider提供的数据并进行操作 示例源码
    2014-03-14下载
    积分:1
  • android 酒店住房预定系统源码下载
    android 酒店住房预定系统源码下载
    2015-05-11下载
    积分:1
  • java 图片压缩 示例源码
    java 图片压缩 示例源码
    2014-11-12下载
    积分:1
  • 利用MATLAB进行弹道仿真源代码
    不可多得的导弹仿真源程序 非常的经典 绝对不会后悔
    2020-05-25下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载