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

搜索资源列表

  1. WidgetDemo

    0下载:
  2. android的一些控件的运用,包括Animation(如震荡效果、屏幕切换效果、左右滑动效果)、Spinner(下拉列表)、AutoCompleteTextView(自动补全)、chronometer(计时器)、TimePicker(时间)、 DatePicker(日期控件)、ExpandableListView(“手风琴”效果的列表)、Gallery(画廊)、GridView(网格视图)、ImageSwitcher(图片切换器)、ProgressBar(进度条)、RatingBar(评分
  3. 所属分类:android

    • 发布日期:2017-03-27
    • 文件大小:828813
    • 提供者:duke
  1. ProgressBar

    0下载:
  2. Symbian S60 2nd-FP2 进度条控件使用详解-Symbian S60 2nd-FP2 progress bar control the use of Xiangjie
  3. 所属分类:Symbian

    • 发布日期:2017-04-05
    • 文件大小:25642
    • 提供者:海岳
  1. ProcessBar

    0下载:
  2. 进度条方面的非常经典的数字显示控件的程序包,大家可以查看,希望对大家有帮助-The progress bar in a very classic figures show that the control package, we can see, we want to help! ! !
  3. 所属分类:Symbian

    • 发布日期:2017-03-31
    • 文件大小:527
    • 提供者:张大
  1. ProgressBar

    0下载:
  2. Android中,ProgressBar是一种进度条控件,本程序展示了一个ProgressBar类的使用。-Android, the ProgressBar is a progress bar control, this program demonstrates the use of a ProgressBar class.
  3. 所属分类:android

    • 发布日期:2017-04-04
    • 文件大小:54764
    • 提供者:zhouyi
  1. ProgressDialogDemo

    0下载:
  2. 这是关于Android的自定义控件,进度条对话框。-This is a custom control on the Android, the progress bar dialog.
  3. 所属分类:android

    • 发布日期:2017-04-17
    • 文件大小:43944
    • 提供者:张志祥
  1. VerticalSeekbarActivity

    0下载:
  2. android 自定义控件_竖直进度条 与andoird系统自带的横向进度条不一样-horizontal progress bar is not the same the android custom control _ vertical the progress bar andoird system comes
  3. 所属分类:android

    • 发布日期:2017-11-09
    • 文件大小:53273
    • 提供者:money
  1. NumberProgressBar-master

    0下载:
  2. 很好用的进度条控件,只需要添加xml文件就可在java代码中使用,可以自定义进度条样式-Good use of the progress bar control, you only need to add xml files can be used in java code, you can customize the progress bar style
  3. 所属分类:android

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

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

    • 发布日期:2017-04-28
    • 文件大小:95945
    • 提供者:胡浪
  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-13
    • 文件大小: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. SoftBrowser

    0下载:
  2. 带进度条简易浏览器源码主要使用了安卓的WebView控件,另外还实现了网页加载进度条,可以实现浏览器内的前进后退。半透明菜单使用的popwindow弹出菜单,另外项目中还有一个背景更换的功能的实现代码,但是不知道什么原因在我手机上没有效果。项目不大,注释比较丰富。很适合新手学习安卓的WebView控件的使用。-Progress bar simple browser source code of the main use of Android WebView control, in additio
  3. 所属分类:android

    • 发布日期:2017-05-14
    • 文件大小:3290217
    • 提供者:Grey
  1. twhp

    0下载:
  2. 网上有很多Dialog的图文混排源码,这里有一个Android Spinner的图文混排控件源码,效果还不错。希望大家可以继续的完善一下,能够给大家分享一下,一起学习进步。-Online there are a lot of Dialog graphics and text mixed source, here is a Spinner Android graphics and text mixed source code, the effect is not bad. Hope that we
  3. 所属分类:android

    • 发布日期:2017-04-30
    • 文件大小:84925
    • 提供者:王仲洲
搜珍网 www.dssz.com