-
android 仪表盘源码下载
android 仪表盘源码下载
- 2014-09-05下载
- 积分: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
-
音乐播放器源码
一款音乐播放器的源代码,虽然比较简单,重点是提供一个思路,有兴趣的朋友可以下下来看看。
- 2022-05-25 00:17:39下载
- 积分:1
-
安卓出租车
应用背景世界上许多出租车应用程序都存在,但没有开源代码。我的应用程序是一个完整的开源。我只贴出代码,但几天我会发布iOS源代码。关键技术使用我的应用程序,你可以找到知识如何操作出租车支持系统。你也可以找到如何使用actionbarsherlock和谷歌Android游戏服务。感谢。
- 2022-05-25 07:21:16下载
- 积分:1
-
xiaohuangji
是一个基于android的java源码,调用小黄鸡小机器人api(Is an android based java source code, call the little yellow chicken little robot api)
- 2013-08-02 11:21:27下载
- 积分:1
-
Android讯飞
资源描述语音说明语音说明语音说明语音说明语音说明
- 2022-09-30 20:50:04下载
- 积分:1
-
WebService
android webservice 获取天气预报情况android webservice 获取天气预报情况(android webserviceandroid webserviceandroid webserviceandroid webserviceandroid webservice)
- 2013-09-16 19:24:18下载
- 积分:1
-
android图像识别OCR
简单的图像识别技术,android实现,通过检测暗、亮的模式确定其形状,然后用字符识别方法将形状翻译成计算机文字的过程;即,针对印刷体字符,采用光学的方式将纸质文档中的文字转换成为黑白点阵的图像文件,并通过识别软件将图像中的文字转换成文本格式,供文字处理软件进一步编辑加工的技术
- 2022-05-26 23:58:49下载
- 积分:1
-
各种样式button
资源描述里面有多种button的样式·································································
- 2022-11-25 18:15:03下载
- 积分:1
-
障碍检测和路径规划的MATLAB仿真
可以根据当前所在位置的图像,给出坐标。判断出障碍物的个数和给出最优的可以路线 实现简单的路径规划功能
- 2019-04-26下载
- 积分:1