CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - android widget

搜索资源列表

  1. MicroClock

    0下载:
  2. 一个android桌面时钟插件的小程序源码。对于学习widget有帮助-Android desktop clock plug a small program source code. Helpful for learning widget
  3. 所属分类:android

    • 发布日期:2017-03-28
    • 文件大小:46749
    • 提供者:卫峰
  1. WeatherWidgetdr

    0下载:
  2. android 天气预报功能,使用widget,界面思路很好 -android weather forecast functions, using the widget, interface, good ideas
  3. 所属分类:android

    • 发布日期:2017-04-01
    • 文件大小:47795
    • 提供者:dr
  1. weiboitcast02

    0下载:
  2. 新浪微博android客户端,沈大海源码,实现轮询更新,桌面widget提醒-Sina microblogging android client, Chen Dahai source to achieve the polling updates, desktop widget to remind
  3. 所属分类:android

    • 发布日期:2017-04-10
    • 文件大小:1701779
    • 提供者:伍业雄
  1. TestClock

    0下载:
  2. 安卓自己开发的桌面时钟,内含调用provider类文件和ui设置文件及所有必需xml文件-android clock app widget
  3. 所属分类:android

    • 发布日期:2017-04-01
    • 文件大小:793936
    • 提供者:Abel
  1. forcast

    0下载:
  2. Android天气预报的widgetDEMO-Android weather forecast widget
  3. 所属分类:android

    • 发布日期:2017-03-31
    • 文件大小:293451
    • 提供者:keyi
  1. WidgetDemo

    0下载:
  2. android的widget的开发的demo,pdf格式的-The widget android development of the demo, pdf format
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:532389
    • 提供者:miaoshihu
  1. apndroid

    0下载:
  2. 对于Android APN接入点相关的开发,Android123提供一个不错的开源项目APNDroid的源代码本地下载,里面包含了一个不错的Widget框架,网友可以通过APNDroid源码学习到有关接入点的相关问题,可以解决GPRS,尤其是国内的CMNET、CMWAP的切换和管理-Android APN access point for the development, Android123 open source project to provide a good source of loc
  3. 所属分类:android

    • 发布日期:2017-04-03
    • 文件大小:230437
    • 提供者:wen
  1. projectMerge

    0下载:
  2. 在Android平台上的个人主页,使用了控件ProgressBar,widget等。-Android platform in the personal home page, use the control ProgressBar, widget and so on.
  3. 所属分类:android

    • 发布日期:2017-06-15
    • 文件大小:23237979
    • 提供者:wangkeze
  1. e_6_1-Widget-Introduction

    0下载:
  2. this the samples of wedget such as buttons,timepicker,edit box and so on ,android samples-this the samples of wedget such as buttons,timepicker,edit box and so on ,android sample
  3. 所属分类:android

    • 发布日期:2017-06-02
    • 文件大小:14370128
    • 提供者:chen lin
  1. FancyCoverFlow-master

    0下载:
  2. FancyCoverFlow是一个灵活的Android窗口小部件提供开箱即用的视图转换,让您的应用程序的一个独特的外观和感觉-FancyCoverFlow is a flexible Android widget providing out of the box view transformations to give your app a unique look and feel.
  3. 所属分类:android

    • 发布日期:2017-03-31
    • 文件大小:322224
    • 提供者:星期天
  1. android-HorizontalPaging

    0下载:
  2. 此示例演示如何在应用程序中实现Fragments之间的横向分页,使用到了的ActionBar和ViewPager部件。-This sample demonstrates how to implement horizontal paging between fragments in applications that use ActionBar, using a ViewPager widget.
  3. 所属分类:android

    • 发布日期:2017-04-29
    • 文件大小:107695
    • 提供者:dinnunmer
  1. android-autofittextview-master

    0下载:
  2. 可固定边界内容字体大小自适应的TextView Usage dependencies { compile me.grantland:autofittextview:0.2.+ } 创建: AutofitHelper.create(textView) 布局文件: <me.grantland.widget.AutofitLayout android:layout_width= match_parent an
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:958071
    • 提供者:蒋舜
  1. android-circlebutton-master

    0下载:
  2. Android圆形按钮,实际实现是继承自ImageView 使用方式: repositories { mavenCentral() mavenLocal() } ... dependencies { compile com.github.markushi:circlebutton:1.1 } 布局: <FrameLayout xmlns:android= http://schemas.and
  3. 所属分类:android

    • 发布日期:2017-04-06
    • 文件大小:860874
    • 提供者:蒋舜
  1. Android-Cloud-TagView-Plus

    0下载:
  2. An Android Cloud Tag Widget. You can edit the tag s style, and set listener of selecting or deleting tag. Used in APP with ten millions of users.
  3. 所属分类:android

    • 发布日期:2017-05-11
    • 文件大小:2071222
    • 提供者:subutong
  1. timesincetextview-master

    0下载:
  2. This a subclass of android.widget.TextView which exposes a method setDate() that accepts a long Unix timestamp or java.util.Date. The view converts the date into a String which describes the date in terms of time since that timestamp. For example, if
  3. 所属分类:android

    • 发布日期:2017-04-29
    • 文件大小:113377
    • 提供者:huang xing
  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. tyshortcall

    0下载:
  2. 详细介绍 - [ Android Widget快捷拨号程序源码 ] Widget快捷拨号程序源码是一个Android Widget程序的源码,可以在桌面上创建快捷拨号的Widget。-Detailed introduction- [Widget Android shortcut dialing program source] Widget shortcut dial-up program source code is a Widget Android program source cod
  3. 所属分类:android

    • 发布日期:2017-05-04
    • 文件大小:144983
    • 提供者:wushenglei
  1. android

    0下载:
  2. 通过widget控件实现动态广播以及静态广播,点击widget回到主界面-Dynamic and static broadcast by broadcasting control widget, click the widget back to the main screen
  3. 所属分类:android

    • 发布日期:2017-05-11
    • 文件大小:2164565
    • 提供者:llly
  1. App-Widget

    0下载:
  2. Android Studio APwidget 应用-Android Studio APwidget
  3. 所属分类:Games

    • 发布日期:2017-05-04
    • 文件大小:99919
    • 提供者:邓玲
  1. Widget

    0下载:
  2. android 如何开发桌面小工具栏,简单易懂,-How to develop android desktop widgets toolbar, easy to understand
  3. 所属分类:android

    • 发布日期:2017-12-12
    • 文件大小:2318669
    • 提供者:Yu
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com