-
Cards-UI-master
卡片式View,支持单个卡片,item为卡片的ListView
使用:
CardListView list = ...
list.setCardTheme(CardTheme.Dark)
CardAdapter adapter = new CardAdapter(this, android.R.color.holo_blue_dark)
list.setAdapter(adapter)
// Alternatively, you can pass a context and string resources in place of strings
// CardHeader has an optional second parameter for a subtitle
CardHeader header = new CardHeader( I m a header )
// You can optionally set an action to the header
// Specifying no action title will default to See More
header.setAction( See More , new CardHeader.ActionListener() {
@Override
public void onHeaderActionClick(CardHeader header) {
// Do whatever you want
}
})
// Add the header to the adapter, automatically notifies the list
adapter.add(header)
// Again, you can pass a context and string resources in place of strings
Card card = new Card( Hello , My name is Aidan )
adapter.add(card) (This library is no longer maintained, as this implementation is generally frowned upon in the new Google Material design guidelines, excluding certain situations (like Google Keep type UI). See the new CardView APIs in the Support Library.)
- 2015-01-24 15:06:35下载
- 积分:1
-
android 开奖转盘示例完整源码下载
android 开奖转盘示例完整源码下载
- 2014-04-29下载
- 积分:1
-
HttpOptions
HTTP OPTIONS method Source Code for Andriod.
- 2013-11-11 09:40:24下载
- 积分:1
-
AndroidPPgallery
Android++gallery实现屏幕选中放大的效果(Android++gallery Screen select zoom effect)
- 2012-09-06 14:09:05下载
- 积分:1
-
Spring及依赖注入 入门级实例(文档)
Spring创始人Rod JohnsonSpring简介什么是IoC,依赖注入使用Spring依赖注入示例创建登录示例,编写dao,biz,action为项目添加Spring支持编写Spring配置文件测试注入编写Spring与Struts集成的配置文件在Struts中配置插件在Sping中配置Action面向接口编程注入的使用总结
- 2014-12-13下载
- 积分:1
-
android-1.5-SDK
android SDK中文文档,可以帮助你快速进行android编程。(android SDK documentation in Chinese, can help you quickly android programming.)
- 2011-02-16 13:35:07下载
- 积分:1
-
调用系统相册拍照
调用系统相册拍照
- 2013-09-06下载
- 积分:1
-
android h263硬编码rtp打包
说明:该android代码h263硬编码rtp打包发送服务器,pc端建立sdp文件用vlc播放1、服务器ip为192.168.1.62、android手机ip为192.168.1.17,在小米1s测试通过,像三星等手机不支持h263编码3、android端修改net.config包下的Config类的url4、pc端用已有的sdp文件播放,修改ip为手机ip
- 2015-05-19下载
- 积分:1
-
ItemManager
某些情况下,设备的存储区中只能存储16进制数据。此事将汉字存储到该存储区,以及从该存储区取出16进制数据之后,如何显出成汉字,有点麻烦。本代码解决了这个问题。本代码在安卓4.0环境下测试成功。(In some cases, the storage area of the device can store data in hexadecimal. After this the characters stored in the storage area, as well as remove the hex data the storage area, showing how to form characters, a little trouble. This code solves this problem. The code is tested successfully at Andrews 4.0 environment.)
- 2015-09-05 14:43:19下载
- 积分:1
-
Android客户端解析
本例适合初学者,是android客户端解析web端传过来的数据,这只是android客户端的。下一次上传javaweb端的源码。
- 2022-06-27 12:34:02下载
- 积分:1