CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 搜索资源 - progress

搜索资源列表

  1. ProgressDemo

    0下载:
  2. 本Demo实现了Android自定义的进度条,能设置进度条的最大值和当前值,进一步可开发为自定义刻度尺,真机测试可用。-The Demo implemented a custom progress bar, and can set the maximum current value of the progress bar can be further developed as a custom scale, real test is available.
  3. 所属分类:android

    • 发布日期:2017-05-08
    • 文件大小:1579230
    • 提供者:mmm
  1. Android_FTP_Client

    0下载:
  2. Android FTP客户端,实现多文件上传下载,跟踪进度管理,下载支持断点续传。-Android FTP client, multi-file upload and download, tracking the progress of management, support for HTTP download.
  3. 所属分类:android

    • 发布日期:2017-04-03
    • 文件大小:441953
    • 提供者:mutuo
  1. jindutiao

    0下载:
  2. 在安卓中,提供了允许 用户通过拖动来获得进度的组件,手机界面的评分条和星级拖动条-In android, provides allows the user to obtain progress by dragging components, mobile phone interface score article and article star drag
  3. 所属分类:android

    • 发布日期:2017-04-28
    • 文件大小:29359
    • 提供者:yimi
  1. MyProgressBar

    0下载:
  2. 安卓自定义控件之 -ProgressWheel 支持进度显示的圆形ProgressBar-Andrews custom progress display of support - ProgressWheel round ProgressBar
  3. 所属分类:android

    • 发布日期:2017-04-28
    • 文件大小:95945
    • 提供者:胡浪
  1. Progress

    0下载:
  2. 51单片机与手机串口通讯,只能传送英文内容-51 microcontroller serial port communication and mobile phones and send instructions in English
  3. 所属分类:Com Port

    • 发布日期:2017-04-25
    • 文件大小:23392
    • 提供者:caiyu
  1. EPCandRFID

    0下载:
  2. 物联网与数据标签的经典材料,通俗易懂,每一章,每一个知识点都有详细的说明。特别适合初学者学习,进步和提高。-Networking and data labels classic material, easy to understand, each chapter, each knowledge has a detailed descr iption. Particularly suitable for beginners to learn, progress and improvement.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-11
    • 文件大小:2376624
    • 提供者:binglu
  1. DotCircleView

    0下载:
  2. Android 非常好看的圆点圆形进度条!-Android very nice round dots progress bar!
  3. 所属分类:android

    • 发布日期:2017-05-13
    • 文件大小:2632672
    • 提供者:吕伟华
  1. HUD-master

    0下载:
  2. ios的菊花条,可自定义效果,容易改,感觉不错,分享一下-HUD progress bar
  3. 所属分类:iPhone

    • 发布日期:2017-04-29
    • 文件大小:38338
    • 提供者:doctor
  1. SeekBar

    0下载:
  2. SeekBar是进度条。我们使用进度条时,可以使用系统默认的进度条;也可以自定义进度条的图片和滑块图片等。-SeekBar is a progress bar. When we use the progress bar, you can use the system default progress bar the progress bar can also customize the picture and slide pictures.
  3. 所属分类:android

    • 发布日期:2017-05-09
    • 文件大小:1578568
    • 提供者:lee
  1. LZProgressView

    0下载:
  2. ios开发系统,在苹果手机上显示的进度条-Progress bar displayed on apple
  3. 所属分类:iPhone

    • 发布日期:2017-04-29
    • 文件大小:39249
    • 提供者:杨文翠
  1. MaterialProgressBar-master

    0下载:
  2. Android 5.0 自定义各种样式进度条-Android 5.0 Customize various style progress bar
  3. 所属分类:android

    • 发布日期:2017-04-28
    • 文件大小:100477
    • 提供者:tao
  1. Android_button

    0下载:
  2. Android的炫酷动画圆形进度按纽 Android的炫酷动画圆形进度按纽-Android cool animated circular progress button Android cool animated circular progress button Android cool animated circular progress button
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1354530
    • 提供者:刘文甫
  1. BF4030

    0下载:
  2. 这是一套可以在android和ios上实现的蓝牙驱动代码,可以提高开发进度。-This is a set of Android and IOS on the realization of the Bluetooth driver code, you can improve the progress of the development.
  3. 所属分类:android

    • 发布日期:2017-05-13
    • 文件大小:2591137
    • 提供者:zhujiatian
  1. musicPlayerandListView

    0下载:
  2. musicPlayerBindList绑定服务带ListView和进度条,附有详细注释-musicPlayerBindList binding service with a ListView and a progress bar, accompanied by detailed notes
  3. 所属分类:android

    • 发布日期:2017-05-27
    • 文件大小:10152844
    • 提供者:曹鼎
  1. progressBarNumber

    0下载:
  2. Android自定义进度条,带数字跟随效果,并且数字带背景色哦- Custom progress bar, followed with digital effects and digital with background color oh(Android)
  3. 所属分类:android

    • 发布日期:2017-04-30
    • 文件大小:121429
    • 提供者:侯福田
  1. Android-ProgressBar

    0下载:
  2. Android提供的ProgressBar Widget控件与ProgressDialog应用目标不同,在程序一开始即可在main.xml Layout当中布局,先将部署在Layout里的ProgressBar的属性设为隐藏(一开始看不见),而后使用进程来“假装”程序忙碌中,但不同的是,可在进程当中取得运行时的进度,在“运行”的过程中,将运行进度通过TextView显示出来。本范例除了学习ProgressBar Widget的显示及使用之外,另一个学习关键则是Handler的使用,因为新起的进程
  3. 所属分类:android

    • 发布日期:2017-04-30
    • 文件大小:51478
    • 提供者:谭垂旺
  1. android-advanced-control

    0下载:
  2. 介绍android平台下高级控件的使用,包括ListView,ScrollView,Spinner,滑块与进度条,星级评分条,画廊控件Callery,GridView,TabHost,AutoCompleteTextView等控件。-Introduce android platform using advanced controls, including ListView, ScrollView, Spinner, slider and progress bar, strip star rati
  3. 所属分类:android

    • 发布日期:2017-06-14
    • 文件大小:21113585
    • 提供者:覃永贵
  1. ProgressButton

    0下载:
  2. android 带进度的按钮控件(设置进度变化,下载完才能点击,以及自定义颜色,大小等)-android with the progress of the button controls (set schedule changes downloaded to click and customize the color, size, etc.)
  3. 所属分类:android

    • 发布日期:2017-04-12
    • 文件大小:1417
    • 提供者:jungle
  1. CustomLoading-master

    0下载:
  2. 一个各式好看的圆形进度条UI控件集合,包括百分比圆形进度条等。- A variety of beautiful circular progress bar UI controls collection, including the percentage of circular progress bar.
  3. 所属分类:android

    • 发布日期:2017-05-03
    • 文件大小:956722
    • 提供者:linsu
  1. SeekBar

    0下载:
  2. Android编程中实现滑动条移动,可以读出进度百分比的控件。-Android programming is implemented slider bar, you can read the progress percentage of control.
  3. 所属分类:android

    • 发布日期:2017-05-09
    • 文件大小:1586314
    • 提供者:王白冰
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com