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

搜索资源列表

  1. Android-imitation-360-layout

    0下载:
  2. android仿360布局,简单易懂,适合初学者-360 android imitation layout, easy to understand for beginners
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1288331
    • 提供者:蒋洪波
  1. Layout

    0下载:
  2. 安卓编写的使用ListView的例子,适合初学者借鉴-It is a simple android example about listView,it is suited to the people who learn android at the first time
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-05-09
    • 文件大小:1560253
    • 提供者:肖娜
  1. android-ftp-demo

    0下载:
  2. xe7 原始版本 1 拍照后无法获取文件名,通过image save到临时目录。 2 获得临时目录的文件名。取得文件绝对路径。 3 idftp上传 tab页面左右滑动没实现 slash没实现。 数据库写入没实现 各种分辨率下手机布局没实现 程序调用照相机分辨率只有800-600无法修改 如果有人解决此类问题请联系qq 478737032@qq.com-xe7 original version Unable to get a p
  3. 所属分类:android

    • 发布日期:2017-05-16
    • 文件大小:4139769
    • 提供者:sxper
  1. LayoutAnimations

    0下载:
  2. Android Layout动画演示,完整的代码,含Keyframe动画演示-Android Layout an animated demo, the complete code, including Keyframe animation
  3. 所属分类:android

    • 发布日期:2017-04-13
    • 文件大小:2137
    • 提供者:guda
  1. LayoutOB

    0下载:
  2. android界面布局样本代码,包含常用android布局,如相对布局,网格布局等。-android interface layout sample code, including the popular android layout, such as the relative layout, grid layout.
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1168523
    • 提供者:zsx
  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. DaysAnimation

    0下载:
  2. Android Layout UI 首页加载过渡动画,星期变化动画-Android Layout UI page loading transition animation, change the animation week
  3. 所属分类:android

    • 发布日期:2017-04-29
    • 文件大小:358032
    • 提供者:吴涛
  1. Android极速开发框架

    1下载:
  2. Android极速开发框架,包含常用的demo以及layout布局设计,简单易上手.
  3. 所属分类:程序开发库

  1. Android-TalkDemo

    0下载:
  2. Android TalkDemo线性布局实现聊天气泡 多样化图层效果-Android TalkDemo linear layout to achieve diversification chat bubble layer effects
  3. 所属分类:android

    • 发布日期:2017-05-03
    • 文件大小:671038
    • 提供者:jameslee
  1. zhy_flowLayout02

    0下载:
  2. 鸿洋大神的flowlayout,实用方便,很强大(flowlayout for android)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:1445888
    • 提供者:cathyxiaoxiao
  1. ikvStockChart-master

    0下载:
  2. Features 当前最新版本:0.1.5 支持在 XML 布局文件和代码中设置各个线条颜色、大小配置 支持左滑、右滑加载 支持长按高亮、短按点击、双指缩放事件 支持 fling 滑动 支持 MACD、RSI、KDJ、BOLL 四个指标 支持自定义的指标显示方式(Features Current version: 0.1.5 Supports setting the line color and size configuration in the X
  3. 所属分类:android开发

    • 发布日期:2017-12-23
    • 文件大小:1823744
    • 提供者:mak328
  1. AbsoluteLayoutTest

    0下载:
  2. 绝对定位AbsoluteLayout,又可以叫做坐标布局,可以直接指定子元素的绝对位置,这种布局简单直接,直观性强,但是由于手机屏幕尺寸差别比较大,使用绝对定位的适应性会比较差。(The absolute position of AbsoluteLayout, also called coordinate layout, you can specify the absolute position of sub elements directly, this layout is simple an
  3. 所属分类:android开发

    • 发布日期:2017-12-22
    • 文件大小:26624
    • 提供者:阿瓜~
  1. RelativeLayoutTest

    0下载:
  2. 相对布局由RelativeLayout代表,是指参考某一控件组件进行摆放,可以通过控制将组件摆放在一个指定组件的上、下、左、右等位置,可以通过各个组件提供的属性完成。(The relative layout is represented by RelativeLayout is the reference of a control component is placed, can control the components will be placed in a specified compo
  3. 所属分类:android开发

    • 发布日期:2017-12-20
    • 文件大小:34816
    • 提供者:阿瓜~
  1. TableLayoutTest

    0下载:
  2. TableLayout是比较常用的布局,采用行和列的形式来管理UI组件。并不需要明确声明行和列,而是通过添加TableRow、其他组件来控制表格的行数和列数。(TableLayout is a more commonly used layout that manages UI components in rows and columns. There is no need to explicitly declare rows and columns, but to control the num
  3. 所属分类:android开发

    • 发布日期:2017-12-17
    • 文件大小:27648
    • 提供者:阿瓜~
  1. Ch06

    0下载:
  2. 使用线性布局语句LinearLayout和相对布局语句RelativeLay out;Button文字按钮组件以及监听;ImageButton图形按钮组件以及触发事件。(Use linear layout statement LinearLayout and relative layout statement RelativeLay out; Button text button component and monitor; ImageButton graphic button componen
  3. 所属分类:android开发

    • 发布日期:2018-01-06
    • 文件大小:932864
    • 提供者:桀骜_孤狼
  1. Ch6_4

    0下载:
  2. 使用线性布局语句LinearLayout和相对布局语句RelativeLay out;Button文字按钮组件以及监听;ImageButton图形按钮组件以及触发事件。(Use linear layout statement LinearLayout and relative layout statement RelativeLay out; Button text button component and monitor; ImageButton graphic button componen
  3. 所属分类:android开发

    • 发布日期:2018-01-06
    • 文件大小:23552
    • 提供者:桀骜_孤狼
  1. GetSre

    0下载:
  2. 压缩包包含完整代码,包括布局文件。用于手机端在网络上请求特定的网络资源(The package contains the complete code, including the layout file.It is used to request specific network resources on the network)
  3. 所属分类:Java编程

    • 发布日期:2018-01-06
    • 文件大小:21258240
    • 提供者:sinper663785
  1. SwipeRevealLayout-master

    0下载:
  2. swipe layout for android is provided
  3. 所属分类:android开发

    • 发布日期:2018-04-19
    • 文件大小:4528128
    • 提供者:Elangovan
  1. UI

    0下载:
  2. Android界面设计,带有不同种类页面布局、按钮链接事件。(Android interface design, with different types of page layout, button link events.)
  3. 所属分类:android开发

    • 发布日期:2018-04-19
    • 文件大小:16273408
    • 提供者:wonderxyy
  1. LinearLayoutDemo2

    0下载:
  2. 安卓线性布局是最简单最常见的布局方法,更多实例展示(android linear layout example easy for study)
  3. 所属分类:android开发

    • 发布日期:2018-04-21
    • 文件大小:21504
    • 提供者:charlescg
« 1 2 3 4 5 67 8 9 10 11 ... 18 »
搜珍网 www.dssz.com