-
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
-
ajax的使用方法
使用ajax请求数据,很多人都会.
在使用form表单的时候,一旦点击提交触发submit事件,一般会使得页面跳转,页面间的跳转等行为的控制权往往在后端,后端会控制页面的跳转及数据传递,但是在某些时候不希望页面跳转,或者说想要将控制权放在前端,通过js来操作页面的跳转或者数据变化。
一般这种异步的操作,我们都会想到ajax方式,因此在实现了功能后就整理了这篇文章,通过ajax方法实现form表单的提交并进行后续的异步操作。
- 2022-03-17 04:26:02下载
- 积分:1
-
J-rio is a cool "jump and run " - game! -J-rio is a cool "jump and run "- game!
- 2022-08-16 10:04:48下载
- 积分:1
-
this file contains java source code to connect two computers in a network
this file contains java source code to connect two computers in a network
- 2023-05-03 12:30:03下载
- 积分:1
-
Practical-Clojure
clojure实战,文字版本的pdf,非常好的电子书(the clojure actual text version pdf, a very good book)
- 2013-04-07 12:38:02下载
- 积分:1
-
Java语言开发基于web的学生管理系统,
本资源为小组开发的学生管理系统,B/S架构,基本功能包括学生信息管理,课程信息管理等功能。数据库为mysql 数据库文件被我弄丢了,需要的朋友自己弄下数据库就可以了。
- 2022-02-02 03:39:19下载
- 积分:1
-
Jsp论坛源码
jsp论坛。有源码+数据库mysql。采用jsp+struts开发。。。。。。。。。。。。。。。。。。。
- 2022-01-31 03:54:01下载
- 积分:1
-
会员收集器
- 2022-09-28 22:11:01下载
- 积分:1
-
三维Bezier曲线的rotationtranslation
马哈蒂尔在马来民族统一机构(巫统)变得活跃,马来西亚最大的政党,并被选为其决策组,最高委员会。随着巫统的支持,他在1964获得了一个席位,在众议院。他写了一本书
- 2022-06-02 01:59:07下载
- 积分:1
-
ZBarScanProj
ZBar库的android编译工程,扫码速度相当快。可以参考。(Sweep ZBar library android compile the project, code is quite fast. You can refer to.
)
- 2015-05-04 14:51:17下载
- 积分:1