-
安卓isbn扫描器
一个安卓应用练习
扫描书籍isbn
使用豆瓣图书api获取书籍信息
使用zxing库
- 2022-03-29 19:00:34下载
- 积分:1
-
Android标签云效果(CloudTag)CloudTags
Android标签云效果(CloudTag)CloudTags,所谓称为云标签。
- 2023-08-12 01:00:05下载
- 积分:1
-
[安卓开源]带详细注释的水果消消看源码
一款游戏,有详细注释,可以运行在安卓平台上。(A game, with detailed annotations, can run on Android platform.)
- 2020-06-21 14:20:02下载
- 积分:1
-
android幸运大转盘源码及教程
最近在做大转盘的项目,网上大都是指针转,盘不转,今天上传一个盘转的。
- 2014-04-18下载
- 积分:1
-
XMPP实例源码下载(Android客户端的实现+_Tomcat版的Androidpn)
XMPP实例源码下载(Android客户端的实现+_Tomcat版的Androidpn)
- 2014-08-25下载
- 积分:1
-
android语音:在线离线语音识别、语音合成
该demo在android设备上利用科大讯飞提供的sdk实现在线、离线语音识别以及合成播放
- 2022-02-11 20:07:54下载
- 积分:1
-
button2
JAVA,android计算器设计,简单计算功能做好了,高级功能有几个例子(JAVA, android calculator design, simple computing functions ready, advanced features are a few examples)
- 2013-08-26 00:48:01下载
- 积分:1
-
Android UI material design, 动画切换activity,社交评论
Plaid,material design, 动画切换activity,社交评论
- 2022-04-17 06:04:42下载
- 积分:1
-
mir3da
gsensor da213 系列在mtk android 4.4 平台上调试ok 的代码,已经在手机上商用!很值得收藏或者学习!(da213 系列gsensor driver source code!!)
- 2021-04-09 23:08:59下载
- 积分: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