-
Android ListView 左滑删除
Android ListView 左滑出现删除按钮,仿qq左滑出现删除按钮,点击删除后删除listView;Android ListView 左滑出现
删除按钮,仿qq左滑出现删除按钮,点击删除后删除listView
- 2023-07-09 12:35:04下载
- 积分:1
-
Android仿饿了么APP源码
说明: Android应用程序仿饿了么,没有实现网络编程,可用于学习交流(Suitable for novice study, graduation project, major assignment)
- 2020-12-02 10:19:26下载
- 积分:1
-
MyStuMan
使用struts,hibernate编写的一个学籍管理系统( Struts Hibernate study management system)
- 2009-12-01 16:56:34下载
- 积分:1
-
Externalnetsecuredtransactionsinterface
支付宝外部(纯)担保交易接口 该压缩包提供了asp,php,.net,java,vb.net的代码示例,根据您网站的编程语言的类型,选择合适的代码包进行(External (net) secured transactions interface)
- 2009-11-02 17:24:53下载
- 积分:1
-
无人机飞控源码
【实例简介】附件中有源码以及制作过程
- 2021-11-10 00:36:06下载
- 积分:1
-
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
-
Java二维码解析
使用Java解析二维码图片,生成二维码图片。里面有一个工具类,可以任意使用。
- 2022-11-26 20:25:03下载
- 积分:1
-
二维码扫描
一款简单的二维码扫描例子
- 2015-11-11下载
- 积分:1
-
java_add_to_title_code
根据网址,自动获取网站标题,可以具体参考"www.jndngzs.com"(According to Web site to automatically access Web site title, the specific reference to " www.jndngzs.com" )
- 2009-04-19 08:26:05下载
- 积分:1
-
用struts2做的一个登陆小程序
一个很简单的struts2MVC写的登录小程序,如果登录成功能进入成功页面,失败则停留在原页面
- 2022-06-19 03:04:01下载
- 积分:1