登录
首页 » Java » Cards-UI-master

Cards-UI-master

于 2015-01-24 发布 文件大小:83KB
0 262
下载积分: 1 下载次数: 10

代码说明:

  卡片式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.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • VCMMonitor
    安卓端的设备监控程序,用户安卓系统的外部设备监控(for android device monitor)
    2016-01-15 13:29:02下载
    积分:1
  • HTML5 捕鱼游戏源码
    HTML5源码,对于学习HTML5是一个很好的案例。捕鱼达人也是一个很热门的游戏,可以多学习下。。。。。。。。。。如果有什么问题,可以和我联系,大家多多交流
    2022-08-16 11:02:41下载
    积分:1
  • LDA主题模型提取
    资源描述能够实现lda主题模型的建立,很不错的代码,研究了 好久。初次训练模型命令:-est -alpha 0.5 -beta 0.1 -ntopics 100 -niters 1000 -savestep 100 -twords 20 -dir models/casestudy-en -dfile "文件名称" 继续训练模型命令:-estc -dir models/casestudy-en/ -model model-01000 -niters 800 -savestep 100 -twords 30 对新的documents进行测试:-inf -dir models/casestudy-vi/ -model model-01800 -niters 30 -twords 20 -dfile "新文件名称"
    2022-01-28 06:16:46下载
    积分:1
  • 基于wifi的Android文件传输小程序
    基于wifi的Android文件传输小程序,包含了WIFI的搜索、连接、检验等功能,书写比较规范,聊天信息的传输使用UDP协议,文件传输使用TCP协议
    2022-01-21 04:51:56下载
    积分:1
  • Java自学很好的实例代码
    清华大学郑莉“Java程序语言设计”PPT讲义与实例代码清华大学   郑  莉
    2023-02-17 06:30:04下载
    积分:1
  • 在线考试系统
    基于JSP+MySQL数据库连接,适合初学者,保证完整性,可以直接使用,功能基本上都很全面。
    2023-02-08 21:15:06下载
    积分:1
  • NLPIR中文分词软件源码
    NLPIR是中科院张华平博士开发的一个中文分词软件,是目前效果最好的中文分词软件,该源码是对NLPIR的Java重写,可用于中文分词学习研究
    2022-06-03 18:21:03下载
    积分:1
  • UDP接口测试(server+client)
    资源描述 UDP接口测试(server+client),包括2个工程,一个工程是服务端,另一个工程是客户端 下载后,启动服务端工程,然后通过客户端调用服务端,注意,客户端调用时要保证配置的IP和port为启动的服务端的IP和port
    2023-03-17 11:05:04下载
    积分:1
  • android 奖转盘示例完整源码下载
    android 开奖转盘示例完整源码下载
    2014-04-29下载
    积分:1
  • MusicPlayer音乐播放器
    说明:  手机音乐播放器是一种在手机上用于播放各种音乐文件的多媒体播放软件。它涵盖了各种音乐格式的播放工具,比如:手机自带播放器、MP3播放器,WMA播放器,MP4播放器等,目前手机音乐播放器主要支持的格式有MP3、WMA、AAC、AAC+、MID、AMR、OGG、MP4、FLAC等,它们在手机中运行,不仅界面美观,而且操作简单,带你进入一个完美的音乐空间。(A mobile music player is a multimedia playing software for playing various music files on a mobile phone. It covers a variety of music format playback tools, such as: mobile phone player, MP3 player, WMA player, MP4 player, etc. Currently mobile phone music player mainly supports MP3, WMA, AAC, AAC+, MID, AMR, OGG, MP4, FLAC, etc., they run in the mobile phone, not only the interface is beautiful, but also easy to operate, bringing you into a perfect music space.)
    2020-06-18 13:20:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载