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

搜索资源列表

  1. easyJni_Src

    0下载:
  2. 在android中经常使用jni开发 头文件生成很麻烦,故模仿easyExploer写了一个eclipse的easyJni插件 项目源码需放在src下,class文件放在bin下 安装此插件后在eclipse中java源码上右键Ctreate Jni即可生成在项目的jni目录下的头文件-Jni often used in android development headers generated a lot of trouble, so write a mimic easyExplo
  3. 所属分类:android

    • 发布日期:2017-03-30
    • 文件大小:17.24kb
    • 提供者:lypoint
  1. AndroidClient

    3下载:
  2. 一个用于与MJPEG标准视频流通讯的Android客户端.基于纯Socket,手动解JPEG帧头.-A standard MJPEG video streams for communication with the Android client based on pure Socket, manually extracting JPEG header.
  3. 所属分类:android

    • 发布日期:2014-05-11
    • 文件大小:558kb
    • 提供者:czy
  1. DemoListView1

    0下载:
  2. android平台下listview控件添加header的例子,大家可以参考使用.-Android platform by the ListView control to add a header example, everyone can refer to the use.
  3. 所属分类:android

    • 发布日期:2017-03-31
    • 文件大小:32.4kb
    • 提供者:cyt
  1. dma

    0下载:
  2. Android系统DMA的头文件,可以帮助理解Linux对存储器的管理-DMA Android system header files, can help to understand the memory management of Linux
  3. 所属分类:android

    • 发布日期:2017-04-14
    • 文件大小:3.81kb
    • 提供者:kuduzs
  1. CustomListView

    0下载:
  2. 一个下拉刷新的例子:在顶部下拉时可以刷新当前内容,每页显示20项内容。滚动至底部后自动加载剩余内容。-An example about pull refresh。When you pull on the header content can be refreshed and every page has 20 items. When scroll to the bottom, the remaining page content is automatically loaded.
  3. 所属分类:android

    • 发布日期:2017-04-16
    • 文件大小:47.93kb
    • 提供者:郭晓飞
  1. StickyListHeaders

    0下载:
  2. 实现能够固定在屏幕顶部的ListView Section Header. 当前section的header固定在屏幕顶部,当滑动到其他section时,其他section的header会代替之前的section的header,固定到屏幕顶部。 -Realization can be fixed at the top of the screen ListView Section Header. Current section of the header at the top of the scre
  3. 所属分类:android

    • 发布日期:2017-03-24
    • 文件大小:767.81kb
    • 提供者:
  1. listviewhaveHeader

    0下载:
  2. android 中带头部的下拉列表,在项目中经常用得到,可扩展,实用性强-android listview have header
  3. 所属分类:android

    • 发布日期:2017-05-08
    • 文件大小:1.68mb
    • 提供者:eastman
  1. ZrcListView

    0下载:
  2. 一个顺滑又漂亮的Android下拉刷新与加载更多列表组件。 根据系统自带ListView源码改造而来: 增加下拉刷新及滚动到底部自动加载的功能; 增加越界回弹效果; 增加自定义列表项动画的功能; 与其他下拉刷新列表组件的不同: 其他下拉刷新组件的实现基本是通过动态更改Header的大小来实现的,而ZrcListView是修改了Listview的边界判断; 其他下拉刷新组件很容易在下拉刷新时变得卡顿,这是动态更改子View引起的,而ZrcListView的下
  3. 所属分类:android

    • 发布日期:2017-05-15
    • 文件大小:3.79mb
    • 提供者:zaric
  1. Cards-UI-master

    0下载:
  2. 卡片式View,支持单个卡片,item为卡片的ListView 使用: CardListView list = ... list.setCardTheme(CardTheme.Dark) CardAdapter adapter = new CardAdapter(this, android.R.color.holo_blue_dark) list.setAdapter(adapter) // Alternatively,
  3. 所属分类:android

    • 发布日期:2017-04-24
    • 文件大小:83.23kb
    • 提供者:蒋舜
  1. GridViewWithHeaderAndFooter

    0下载:
  2. android 支持添加footer和header的gridview-android gridview can add the footer and header
  3. 所属分类:android

    • 发布日期:2017-04-14
    • 文件大小:4.05kb
    • 提供者:Mike
  1. HeaderGridView

    0下载:
  2. android 支持添加header的gridview 实现方式:通过包裹adapter-android the gridview can add header
  3. 所属分类:android

    • 发布日期:2017-03-23
    • 文件大小:3.62kb
    • 提供者:Mike
  1. GridViewWithHeaderAndFooter

    0下载:
  2. 一个可以加header和footer的GridView自定控件,可以用该控件简单的实现上下拉刷新Gridview-A GridView with header and footer,which can give you help to develope the Android Program
  3. 所属分类:android

    • 发布日期:2017-05-03
    • 文件大小:608.05kb
    • 提供者:陈敬志
  1. wordconverter_f

    0下载:
  2. In wireless sensor network,cluster algorithm of nodes is all effective approach and key technology to implement energy saving and flexible management.To improve security and lifetime of clustering network,a secure clustering was pro— posed based on t
  3. 所属分类:android

    • 发布日期:2017-04-30
    • 文件大小:14.78kb
    • 提供者:mojtaba
  1. VHTable

    0下载:
  2. 支持横竖滑动的双表头表格是一个实现了EditView版和TextView版两个版本的横竖双表头表格,其中EditView版可以手动编辑每个表格的内容,表格内容区和表头区都实现了上下左右滑动。具体情况可以看下截图或者自己下载源码研究一下。编译版本4.4.2编码UTF-8 需要在4.0以上的设备才能运行。-Support of horizontal and vertical sliding double header table is a EditView version and textview
  3. 所属分类:android

    • 发布日期:2017-05-09
    • 文件大小:1.74mb
    • 提供者:菜菜绪
  1. pinned-section-listview-master

    0下载:
  2. 分类list列表,带有头标题的list框架,可以展开和折叠(Classified list list, with the header list framework, can be expanded and folded)
  3. 所属分类:android开发

    • 发布日期:2018-04-20
    • 文件大小:216kb
    • 提供者:蚂蚁123
  1. GT9xx_Driver_for_linux_V2.4

    2下载:
  2. GT911 GT9157等的linux或ANDROID驱动文件,文件可以直接使用,配合移植操作手册使用,这个是源代码(V2.4 2014/11/28, - device tree support, gpio and cfg can be parsed form either dts or the header file. - new wake-up method, support frame buffer(CONFIG_FB), i2c pm(CONFI
  3. 所属分类:android开发

    • 发布日期:2020-11-11
    • 文件大小:94kb
    • 提供者:THOULIN
搜珍网 www.dssz.com