-
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
-
Camera
安卓2.2的官方相机的源码,然后自己做了修改,并加入了自己编写的相册,可实现自动照片转正。(Android 2.2 official source camera, and then make their own modifications, and added their own written albums, automatic photo positive.)
- 2015-12-09 13:42:55下载
- 积分:1
-
db
说明: android中sqlite数据库的操作(android sqlite database operations in)
- 2011-08-31 10:37:52下载
- 积分:1
-
类似淘宝手机客户端
应用背景这是一款应用类似于淘宝客户端的应用!可以通过客户端访问淘宝官网! 仅供学习使用!关键技术fragement tabhost radioButton httpconnection SDcard存储 网络数据传输等知识!
- 2023-01-01 09:50:06下载
- 积分:1
-
MYTESTNIS
在PDA上简单的实现扫描测试功能和页面读取,进行可行性测试(Simple realization of scanning test function and page reading on PDA for feasibility test)
- 2020-06-22 04:40:02下载
- 积分:1
-
android 实现背景图片伸缩ScrollView之阻尼特效(仿多米,PaPa个人页面特效也称为阻尼效果)
android 实现背景图片伸缩ScrollView之阻尼特效(仿多米,PaPa个人页面特效也称为阻尼效果)
- 2013-10-23下载
- 积分:1
-
Android 小说
一个手机的阅读器的代码,适合最新的3G手机
- 2022-07-01 15:46:05下载
- 积分:1
-
springboot-mysql-mybatis 入门级示例
【实例简介】
springboot-mysql-mybatis-demo
- 2021-08-07 00:30:55下载
- 积分:1
-
Android 控制图片上一张、下一张及改变透明度
Android 控制图片上一张、下一张及改变透明度,就像是一张焦点图那样的效果,可向前、向后浏览查看图片,同时还可以改变图像的透明度,单击一次,透明度减少或增多一定值。这个步长值可在代码中修改。
Android图片展示,焦点图效果,运行效果如图所示。
在编写时:
iv.setAlpha(alpha); 设置ImageView的透明度,iv.setImageResource(imgId[currImgId]);设置ImageView的显示图片。
- 2022-10-31 22:15:02下载
- 积分:1
-
AystnPicture
图片同步上传法,内有仔细的标注,利于读者学习(Image sync upload method, with annotations carefully, good for readers to learn)
- 2013-10-14 23:37:21下载
- 积分:1