-
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
-
DES+RSA_NetworkSecurity
DES RSA 加密解密算法类,能够运行,而且有注释。(DES RSA encryption and decryption algorithm type, able to run, and the Notes.)
- 2008-04-18 22:17:54下载
- 积分:1
-
android 时间轴 TimeLine例子
android 时间轴 TimeLine例子
- 2014-12-04下载
- 积分:1
-
Android用Intent实现Camera 拍照功能
Android用Intent实现Camera 拍照功能
- 2014-01-19下载
- 积分:1
-
package .rar
建构一个类,在类中new一个StringBuffer变量,以程式令其内含值成为A26B25C24D23......Z1(Construct a class, in which a new StringBuffer variable has been programmed to have an intrinsic value of A26B25C24D23....Z1)
- 2018-12-02 12:12:40下载
- 积分:1
-
JAVA程序开发编码:语言转换器(简体中文和繁体中文)
JAVA程序开发编码:语言转换器(简体中文和繁体中文)-JAVA Programming code: language converters (Simplified Chinese and Traditional Chinese)
- 2022-01-24 10:07:47下载
- 积分:1
-
textclient
textclient is used to Test chatserver
- 2007-08-03 15:18:39下载
- 积分:1
-
微信公众号开发代码
实现了微信公众号。可以响应微信用户的各种信息。提供了微信服务号的后台功能,当前台用户输入信息后,后台可以获取到前台微信用户输入的信息,然后进行响应的处理,结果返回给用户。并且代码对各种信息进行了封装,可以定制增加响应美瞳。也提供了sevlet。提供了图文的响应模式,汉字的响应模式,同时还可以进行图片的响应,前沿知识:微信公众帐号的分类、两种模式各自的特点和区别、开发模式的配置使用等;2)api进行封装并打成了Android和接触微信公众帐号已经有两个多月的时间了,在这期间,除了陆续完善个人公众帐号3个公众帐号的开发,对目前微信公众平台开放的
- 2022-04-20 15:35:29下载
- 积分:1
-
CJavaandCSharp
说明: 从C++,Java到C#,将这三种编程语言,从语法到风格进行简单的介绍。(From the C++, Java to C#, these three kinds of programming language, from grammar to style a simple introduction.)
- 2009-08-26 15:13:15下载
- 积分:1
-
onlinebanking
online banking-one of the most popular using basic techs
- 2013-02-26 01:43:44下载
- 积分:1