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

搜索资源列表

  1. ExpandableListView

    0下载:
  2. 中国各省市按字母排序展示效果,添加字母标识,可多级列表展开显示,用ListView来显示内容的一个Android实例,相当实用的,初学者更应该下载学习-Chinese provinces and cities in alphabetical order showing the effect of adding the letter identification, can be expanded to display multi-level list, with an Android ListVi
  3. 所属分类:android

    • 发布日期:2017-04-06
    • 文件大小:995901
    • 提供者:gpudn31
  1. AppManager

    0下载:
  2. AppManager源代码,Android手机应用管理器之获取应用列表,将得到手机里所有安装的应用名称等信息,内含一个安卓应用程序类,获取到所有安装了的应用程序的信息,包括那些卸载了的,但没有清除数据的应用程序。获取到所有应用信息后,将信息保存到list列表中。有些系统应用是可以更新的,如果用户自己下载了一个系统的应用来更新了原来的,它还是系统应用,加了个判断。另外,开一个线程用于完成对所有应用程序信息的搜索,当搜索完成之后,就把一个成功的消息发送给Handler,然后handler把搜索到的数
  3. 所属分类:android

    • 发布日期:2017-05-11
    • 文件大小:2226392
    • 提供者:apudn21
  1. huahuacontacts

    0下载:
  2. Android高仿QQ通讯录界面效果和功能参照QQ通讯录设计基本打电话,发短信,收短信功能都实现。比如拨号键盘的界面、号码编辑框,里面还有拼音帮助类,将字符串中的中文转化为拼音,其他字符不变。像获取联系人的列表、筛选查询后的数据list、选中的联系人名字、选中的联系人号码、选中多少个需要删除的联系人、得到字母列的对象,并设置触摸响应监听器等通讯录相关功能,都是值得新手学习的-Android address book interface effects of high imitation QQ Q
  3. 所属分类:android

    • 发布日期:2017-05-11
    • 文件大小:2152361
    • 提供者:wpudn8
  1. johannilssonpulltorefresh

    0下载:
  2. PullToRefresh实例包源码,是一个Android中的滑动刷新的ListView列表,用Android机的可能会对这个功能比较熟悉,像腾讯微博、QQ、各大浏览器中,都有向下滑动刷新列表的功能,比较常见了,具体是怎么实现呢?或许你参考了这个PullToRefresh源码后,就会明白了-PullToRefresh examples of source package is a list of sliding a ListView in Android refresh, with the An
  3. 所属分类:android

    • 发布日期:2017-04-25
    • 文件大小:164876
    • 提供者:gpudn33
  1. SlideView

    0下载:
  2. Android仿微信SlideView聊天列表滑动删除效果,这是安卓达人写的代码,实现和微信聊天对话列表的滑动删除功能,微信很火,你可以把本功能用在其它的Android应用中。-Android imitation micro-channel slide delete chat list SlideView effect, which is 安卓达 who write the code, implementation and delete functions sliding micro-chann
  3. 所属分类:android

    • 发布日期:2017-04-02
    • 文件大小:937885
    • 提供者:apudn26
  1. QuickLocation

    0下载:
  2. android ListView列表根据字母排序和定位,支持混合排序:混合字符串处理、中英文排序、右侧悬浮栏、顶部名称提示栏、滚动悬浮提示,运行效果图一看便知,目前Android机常见的通讯录搜索功能,本例模拟实现的效果还是让人很满意的-android ListView list based on alphabetical order and positioning, support mixed order: mixed string handling, sorting and English,
  3. 所属分类:android

    • 发布日期:2017-05-06
    • 文件大小:1246546
    • 提供者:apudn28
  1. Universal-Image-Loader

    0下载:
  2. Android-Universal-ImageLoader类库及实例,看下截图就明白了,可以以列表的方式显示图片缩略图,并显示加载效果,Android对图片的相关处理模块,类库完整,参考价值大。-Android-Universal-ImageLoader libraries and examples, see next screenshot to understand, the way the list can display pictures thumbnails and show the e
  3. 所属分类:android

    • 发布日期:
    • 文件大小:822943
    • 提供者:apudn32
  1. ViewPaper1

    0下载:
  2. android仿QQ左右滑动效果,Android左右滚动效果,仿QQ主界面列表效果,同时还实现了下拉列表更新内容的效果。LayoutParams AbsListView扩展提供一个位置来保存视图类型,得到每组的子选项并转换成字符串。-android sliding around QQ imitation effect, Android is about rolling effect, the effect of imitation QQ list of the main interface, b
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1128368
    • 提供者:apudn36
  1. DragGridView

    0下载:
  2. Android拖拽GridView效果, 长按可拖拽和item实时交换,也就是Android手机主界面的图标列表拖拽功能的实现,内含演示效果,大部分android手机已自带此种效果,本演示是用自己的方法重写拖拽,对学习Android界面设计的朋友来说是相当有帮助的-Android GridView drag effect, long press to drag and item real-time exchange, which is the main interface to achieve
  3. 所属分类:android

    • 发布日期:2017-05-10
    • 文件大小:2151405
    • 提供者:apudn39
  1. SimpleWeather

    0下载:
  2. SimpleWeather,Android写的简洁天气预报功能,包括了读取和定位城市列表、读取天气近几天的天气信息,更新天气信息,天气显示的界面设计等,虽然不是成品应用,但是同样值得参考,学习Android应用编程的要参考哦-SimpleWeather, Android write concise weather forecasting capabilities, including the reading list of cities and positioning, reading the
  3. 所属分类:android

    • 发布日期:2017-05-09
    • 文件大小:1986871
    • 提供者:apudn46
  1. expandlistviewdemo

    0下载:
  2. 喜欢显示好友QQ那样的列表,可以展开,可以收起,在android中,以往用的比较多的是listview,虽然可以实现列表的展示,但在某些情况下,我们还是希望用到可以分组并实现收缩的列表,那就要用到android的ExpandableListView-A list of QQ friends like to show, can expand, can fold, in android, ever more is a listview, although can realize display li
  3. 所属分类:android

    • 发布日期:2017-04-03
    • 文件大小:563384
    • 提供者:魏巍
  1. RemoteCallbackList

    0下载:
  2. Takes care of the grunt work of maintaining a list of remote interfaces, typically for the use of performing callbacks from a android.app.Service to its clients.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3326
    • 提供者:tenvowai
  1. SlideView

    0下载:
  2. Android仿微信SlideView聊天列表滑动删除效果-Android imitation micro-channel slide delete effect SlideView chat list
  3. 所属分类:Games

    • 发布日期:2017-03-30
    • 文件大小:938755
    • 提供者:么罗
  1. Spinner

    0下载:
  2. android中的UI控件,spinner下拉列表。它是一个列表选择框,会在用户选择后,展示一个列表供用户进行选择。-The android UI controls, spinner drop-down list. It is a list of select box, the user will be selected, shows a list for the user to make a selection.
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:650082
    • 提供者:chen
  1. huadongcaidan

    0下载:
  2. android应用程序实例android仿QQ列表左右滑动及下拉更新效果-android android application instance imitation QQ sliding around and drop-down list to update results
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1129782
    • 提供者:李凤江
  1. listview

    0下载:
  2. 使用Qt mvc模型实现的类似于baidu android版本的搜索列表框,代码结构简单,清晰易懂。-search list box by Qt mvc, like the search list box of baidu android version, code struct is very easy.
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-24
    • 文件大小:312373
    • 提供者:sxj_fly
  1. ZrcListView

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

    • 发布日期:2017-05-15
    • 文件大小:3976647
    • 提供者:zaric
  1. Mediaplayer

    0下载:
  2. 基于android的视频播放器的开发,可以播放本地视频,有根据英文字母顺序排列的视频列表,旋转界面选择,音量调控,上一段下一段视频,-Of video player based on android development, can play a local video, according to the English alphabetical list of video, rotating interface selection, volume control, in a period of
  3. 所属分类:android

    • 发布日期:2017-06-14
    • 文件大小:20868762
    • 提供者:林欣
  1. WqrDemo

    0下载:
  2. android商品瀑布布局列表,左右滑动,网络图片缓存,异步加载-android layout list of goods falls, sliding around, network image cache, asynchronous loading
  3. 所属分类:android

    • 发布日期:2017-05-19
    • 文件大小:5283088
    • 提供者:zzl
  1. ListViewWeb

    0下载:
  2. android 加载网络图片,并以列表形式输出的例子-android app demo, load web image and show in list view
  3. 所属分类:android

    • 发布日期:2017-04-26
    • 文件大小:289758
    • 提供者:niexuan
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 19 20 »
搜珍网 www.dssz.com