-
android_intent
包含了Android开发中大部分的Intent使用(This Project contains most Intent using in Android Developing)
- 2014-01-06 11:32:15下载
- 积分:1
-
Android拍照封装 TakePicAndGallery-master
Android拍照封装,比较全面,支持android7.0(Android Photo Encapsulation, more comprehensive, supporting Android 7.0)
- 2020-06-20 05:40:01下载
- 积分:1
-
手势跟踪显示例子
用于在ANDROID系统中显示手势的输入
该程序用JAVA在android系统上实现
可以编辑
本例子只用于手势输入的跟踪显示 不提供手势 显示等具有输入法功能的程序
- 2022-03-13 22:31:40下载
- 积分:1
-
类似于按键精灵的脚本录制Android源码
基于安卓的触摸脚本录制项目,类似于按键精灵,录制脚本支持选择本地截图,方便获取对应的点击坐标。返回键自动生成点击之后的脚本代码。可以手动编辑,并且修改点击间隔时间。默认间隔在0.3秒左右,看手机性能。需要root。注意:本项目是android studio项目eclipse可能无法直接导入。
- 2023-01-10 07:35:08下载
- 积分: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 ymodem简单测试程序
android ymodem简单测试程序,通过上位机Android开发平台的ttyS3串口3和下位机MCU的串口相连,即可通过串口更新下位机固件
- 2023-01-26 04:35:04下载
- 积分:1
-
android 圆形图片示例源码
android imageview 适合做头像等
- 2014-04-16下载
- 积分:1
-
Android 通讯录
通过SQLIITE数据库实现对联系人的增删改查,布局不好看,数据库已封装好,可以直接调用
- 2023-05-08 22:35:03下载
- 积分:1
-
android tab切换效果示例源码
android tab切换效果示例源码
- 2014-05-17下载
- 积分:1
-
android视频聊天源码下载(wifi)
支持 wifi下 视频 语音聊天
- 2015-03-10下载
- 积分:1