-
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应用源码高仿大众点评第二版
含服务器端源码(php)、android客户端源码、数据库脚本等
- 2015-06-24下载
- 积分:1
-
安卓身份证读取模块
安卓身份证读取模块
- 2020-12-01下载
- 积分:1
-
Audio音乐播放器
Audio音乐播放器
- 2013-05-14下载
- 积分:1
-
活动的生命周期
Android活动生命周期代码
- 2022-02-02 11:21:10下载
- 积分:1
-
安卓端简易地图程序的设计与实现
在Android平台下开发整合百度地图服务的应用程序,主要包括获取Map
API Key、地图查询应用和导航应用等内容。
本作品给出的地图系统扮演着与用户直接交互并提供服务的重要角色,它需要提供友好的、方便的用户操作界面,接收用户的各项操作并将这些操作转化成与之对应的命令,采用用户活动的方式完成各种服务逻辑流程。
- 2023-01-25 04:15:04下载
- 积分:1
-
MyBluetooth
基于android studio的蓝牙小程序,实现蓝牙连接发送和接收,简单实用(Bluetooth-based android studio small program to achieve Bluetooth connection to send and receive simple, practical)
- 2020-10-23 15:47:23下载
- 积分:1
-
Android-decode
Android 反编译工具,基本上的apk都能反编译。(Android decompilation tool, basically apk can decompile.)
- 2013-05-11 11:39:49下载
- 积分:1
-
SampleSyncAdapter.zip
apk-sourceapk-sourceapk-sourceapk-sourceapk-sourceapk-sourceapk-sourceapk-sourceapk-sourceapk-sourceapk-sourceapk-sourceapk-sourceapk-sourceapk-source
- 2022-05-10 19:10:53下载
- 积分:1
-
(图片+文字显示)ListView
(图片+文字显示)ListView
- 2015-01-27下载
- 积分:1