-
android_key
android新增按键值流程,从底层到中间层再到上层app,对linux和android framework有个一定的认识(android key value added processes, from the bottom to the middle layer and then to the upper app, android framework for linux and have a certain understanding of)
- 2013-10-09 11:34:19下载
- 积分:1
-
IWeather
天气预报+显示定位功能,很简洁,无任何广告与多余的东西,实习作品(Weather Forecast + Display Location Function)
- 2019-06-14 13:48:12下载
- 积分:1
-
BuildAPK
android自动打包工具,可以进行代码混淆等(Android automatic packing tools, can undertake the code obfuscation, etc)
- 2012-04-23 15:36:53下载
- 积分:1
-
android 仿ios 自定义togglebutton例子源码下载(兼容低版本)
android 仿ios 自定义togglebutton例子源码下载(兼容低版本)
- 2015-04-15下载
- 积分: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
-
android 友推分享 例子源码下载
支持各大平台分享
- 2015-04-22下载
- 积分:1
-
这是<android 开发入门>一书中实现Android手机rss阅读器功能,可以上网订阅rss种子,还可以当浏览器使用。...
这是一书中实现Android手机rss阅读器功能,可以上网订阅rss种子,还可以当浏览器使用。-This Android phone book to achieve a rss reader function, you can subscribe online rss seeds can also be used when the browser.
- 2023-04-12 04:35:03下载
- 积分:1
-
android 个人通讯录示例源码(入门级)
实验是做一个个人通讯录,实现有一个登陆界面,可修改登陆密码,实现手机通讯录的基本功能,包括添加手机联系人,查询手机联系人,删除手机联系人,导入联系人,以及拨打电话、发送短信、发送邮件等功能。以java语言为主体,xml布局,结合Android移动开发平台等实现对安卓手机通讯录的基本操作,做到能够完好的运行。
- 2019-04-18下载
- 积分:1
-
蓝牙2.0
这是一款Android里面蓝牙2.0的通讯,它能通过串口和蓝牙设备进行通讯,它支持的是16进制。我们可以通过它发送指令到和它连接起来的蓝牙设备
- 2022-07-03 19:34:20下载
- 积分:1
-
Listview通过adapter传递对象
Listview通过adapter传递对象
- 2015-08-25下载
- 积分:1