搜索资源列表
jamendo
- Jamendo在线音乐播放器是一款android平台在开源的在线音乐播放,该播放器的主要特色如下: 1. 界面美观,在jamendo播放器中精美的布局的随处可见,大量使用自定义控件和Adapter进行布局,这点可供初学者好好探讨研究 2. 构架清晰 3. 在代码中大量使用全局缓冲机制,如全局Application缓冲,图片缓冲等等。。 4. 数据传递使用JSON方式,网络传输(Apache Http 4.0)。。。 5. 全局的MediaService,并且伴有NotifyM
RSSReader_0200
- 基于android手机RSS应用:内容包括:SAX解析XML,adapter是使用已经listactivity的使用,如何动态展现xml的数据-Android-based mobile RSS application: include: SAX parsing XML, adapter is to use already listactivity use xml data to show how dynamic
list_more_adapter
- 一个Listview中包含多个adapter,多样式,多排版-Listview in a multiple adapter, multi-format, multi-layout
CyclingGallery
- 重写Adapter,从而使得本身不可循环显示图片的Gallery达到循环显示的目的-Rewrite Adapter, which makes non-recyclable display picture Gallery circulating
src
- BluetoothChat - Bluetooth Chat This application allows two Android devices to carry out two-way text chat over Bluetooth. It demonstrates all the fundamental Bluetooth API capabilites, such as: * Scanning for other Bluetooth devices * Q
AndroidPlayer
- 主要实现了专辑浏览,音乐在线播放,下载等等。虽说看起来功能不多,但是绝对十分具有参考价值,考虑的十分严谨。因为里面应用了网络通讯,json解析,全局mediaservice,自定义View组件,自定义Adapter,application全局缓存,变量等等,所有要在项目中考虑到的优化问题-Main achievement of the album browsing, music, online play, downloads and more. Although not many seem to
BlueTerm_1.0.0.tar
- 说明 VT- 100终端仿真器与任何串行设备使用蓝牙串行适配器通信。 RFCOMM/ SPP协议仿真通过蓝牙串行通信。 您需要一个蓝牙串行适配器。 这是一个开源的应用程序。你可以得到更多的信息和源代码:-Descr iption VT-100 terminal emulator for communicating with any serial device using a bluetooth serial adapter. The RFCOMM/SPP protocol
AdapterTest
- 测试Android 的自定义Adapter 的使用,继承BaseAdapter 基础类-Android Adapter test the use of custom, the basis of class inheritance BaseAdapter
CustomSimpleAdapter
- SimpleAdapter是适配器中扩展性最好的,但是如果用simpleAdapter添加按钮,为按钮添加响应事件很难做到。为此我们可以继承simpleAdapter,自己实现响应事件。-SimpleAdapter expansion adapter is the best, but if simpleAdapter Add button to add the button to respond to events is difficult to do. To this end we can i
BaseAdapter
- 关于android中的适配器的用法,这里讲的是其中最复杂的一个,baseAdapter。-The adapter on the use of android, mentioned here is one of the most complex, baseAdapter.
MyPlayerDemo
- 播放器: 1. 界面美观,大量使用自定义控件和Adapter进行布局,这点可供初学者好好探讨研究 2. 构架清晰 3. 在代码中大量使用全局缓冲机制,如全局Application缓冲,图片缓冲等等。 4. 全局的MediaService,并且伴有NotifyManager等进行通知-Player: 1. Beautiful interface, extensive use of custom controls and Adapter for layout, this is good for be
android_ui_adapter
- android ui adapter pdf file
android-ListView
- 1,android listview 的详解 2,android listview长度自适应显示 3,android listview适配器-1, the android listview Detailed 2, android listview length of the adaptive display 3, android listview adapter
DateManager
- Android手机通讯录读取实例,自定义list行,重写Adapter-Android free List develop
Adapter
- android Adapter继承关系图表-android adapter class
Adapter
- 在实际开发当中有各种各样的list显示界面,都需要适配器来封装数据-List a variety of display interface adapter to encapsulate data needs in the actual development.
The-adapter
- 简单的Android适配器的源码,导出生成有APK文件,在Bin文件夹内。-Android adapter source, export the generated APK file in the Bin folder.
RecyclerViewUniversal-adapter
- 在Android中编写recycleview时常常需要编写适配器,而该源码提供了一个万能的适配器,为编码提供了很大的方便。-Often you need to write the adapter when writing recyclerview in Android, but the source provides a universal adapter for encoding provides a great convenience.
sync-adapter-demo-master
- Android 后台数据同步策略 使用syncAdapter(Android sync-adapter)
Adapter
- ListView 自定义ITEM的adapter(custom List view Item)