登录
首页 » Java » AndroidCircularSeekBar

AndroidCircularSeekBar

于 2013-10-10 发布 文件大小:44KB
0 110
下载积分: 1 下载次数: 65

代码说明:

  安卓圆形的SeekBar, 带进度指示圆点(Andrews round SeekBar)

文件列表:

AndroidCircularSeekBar-master
.............................\AndroidCircularSeekBar-master
.............................\.............................\CircularSeekBar.java,13238,2013-02-15
.............................\.............................\res
.............................\.............................\...\drawable-hdpi



.............................\.............................\...\drawable-mdpi



.............................\.............................\...\drawable-xhdpi



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

发表评论

0 个回复

  • MouseRotateApp
    通过鼠标可以控制图象的宣战和显示通过鼠标可以控制图象的宣战和显示(macheng)
    2009-05-17 00:18:07下载
    积分:1
  • shishan2
    1.修改了下载页代码,会员下载不会出现问题。 2.修改删除软件页的代码,解决了删除软件时不能删除生成的html下载页的问题。 3.同样删除分类时,同时也删除了该分类中的软件的html页面。 4.系统设置中增加对首页广告的修改,无须修改原来的index_mb.asp,可进行在线管理。 5.界面进一步美化(1 modify the download page code, member download will not be a problem. 2 modify the code to remove the software page, to solve the problem of HTML download page can not be deleted when deleting the software. 3 also delete the classification, but also delete the HTML page of the classification of the software. 4 system settings to increase the home page ad modification, no need to modify the original index_mb.asp, can be online management. 5 to further beautify the interface)
    2016-03-06 17:35:27下载
    积分:1
  • 设备信息中的异常处理方案
    应用背景试试看{}捕捉(例外){}关键技术试试看{}捕捉(例外){}试试看{}捕捉(例外){}试试看{}捕捉(例外){}试试看{}捕捉(例外){}试试看{}捕捉(例外){}试试看{}捕捉(例外){}试试看{}捕捉(例外){}试试看{}捕捉(例外){}试试看{}捕捉(例外){}
    2022-10-09 20:10:02下载
    积分:1
  • 程序员老黄历
    应用背景android开发的一个小程序。模仿网页版程序员日历。代码简单。一看就会。 android开发的一个小程序。模仿网页版程序员日历。代码简单。一看就会。 android开发的一个小程序。模仿网页版程序员日历。代码简单。一看就会。关键技术java android 移动端 伪随机 java android 移动端 伪随机 java android 移动端 伪随机 java android 移动端 伪随机
    2023-05-08 03:40:03下载
    积分:1
  • androidupload
    基于Java源码的Android上传文件小模块,运行于Android客户端,用户通过嵌入程序内的上传程序,实现文件上传,学会了本代码,不但可上传限制格式的文件,还可上传指定格式的图片、文件等,android upload程序源代码,与大家分享。(Java source code of the Android-based upload files small module, which runs on Android client, users by embedding within the program upload program, file upload, learn the code, not only upload limit format, specify the format can upload pictures, files, android upload source code, to share with you.)
    2013-07-31 09:11:59下载
    积分:1
  • easyui + ssh
    SSHE示例项目是一个由Eclipse Kepler创建,Struts2.3.x+Spring3.2.x+Hibernate4.2.x+CXF2.7.x+EasyUI1.3.4+Maven架构的示例程序     当前示例演示了包括:权限控制、超大附件文件上传、EasyUI基本组件使用等等功能,具体请自行看本示例演示功能    SSHE框架环境需求:JAVA环境:JDK7+;数据库环境:oracle10g+/sqlserver2000+/mysql5+;WEB容器环境:jetty6+/tomcat6+;编译环境:maven:
    2022-09-19 16:00:03下载
    积分:1
  • android viewpaper特效
    android viewpaper特效
    2015-01-30下载
    积分:1
  • struts2.jar必备包
    资源描述 Struts2开发必备的jar: 1.最新的版本,自己整合使用没有报错` 2、欢迎大家下载!
    2022-03-28 19:55:22下载
    积分:1
  • android 异步 执行 任务 例子 附讲解
    Rules::The AsyncTask instance must be created in UI thread. .execute must be invoked on the UI thread.Never call  objMyTask.onPreExecute(), objMyTask.doInBackground(), objMyTask.onProgressUpdate(),  objMyTask.onPostExecute manually.The AsyncTask can be executed only once (an exception will be thrown if a second execution is attempted.)AsyncTask have Four Main Method... onPreExecute()  doInBackground() onProgressUpdate() onPostExecute()  onPreExecute-This method is called first when you start AsyncTask using objAsync.execute().And mostly this method is use for initializing dialog(ProgressDialog,CustomDialog) and showing. doInBackground-The main purpose of AsyncTask is accomplished by this method.Any non-UI thread process is running in this method.Such as Rss Feed Reader,Image and video Uploading and Downloading.You cant handle your View in this method.Because this method is non-UI thread.While any background process is running if you want to handle UI therea are  onProgressUpdate method. after completion of process this method send result to OnPostExecute. onProgressUpdate-While backgrounding task is running ,you can handle your UI using this method .Such as status of downloading or uploading task.and this method is called from  doInBackground.Using publishProgress() you can call onProgressUpdate method to update UI while process is running. onPostExecute -This method is called after the background computation finishes.The result of background process in passed in this method as parameters.And now you can dismiss progress dialog ,to indicate that background task is completed. You can cancel AsyncTask using objAsyncTask.cancel().then you just check in doInBackground, if (isCancelled()) { break; } else {        //continue... } See this Image For more Clear.
    2013-07-05下载
    积分:1
  • android仿微信聊天对话界面效果
    android仿微信聊天,主要功能以及界面分类主要功能以及界面分类(Android imitation WeChat chat, the main functions and interface classification, main functions and interface classification)
    2020-07-01 09:40:02下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载