-
WiFiScan
WiFi指纹库采集数据专用安卓apk文件,直接下载即可安装使用,室内定位数据采集阶段神器(WiFi fingerprint database for data acquisition Android APK files can be downloaded directly to install and use, indoor positioning data acquisition stage artifacts)
- 2021-03-17 20:09:20下载
- 积分:1
-
两款打车软件项目源码
这个是目前两款主流的打车安卓软件源码,留给有需要的人下载学习研究,学习安卓的人可以拿来研究,可以看看别人写的代码,多学习学习总没有坏处。。。。。。。。。。。。
- 2022-12-31 03:45:05下载
- 积分:1
-
简单音乐播放器
简单的音乐播放器,实现,播放,暂停,继续的功能。
- 2022-02-03 01:29:08下载
- 积分:1
-
ChaosSecurityCenter-master
说明: Android平台 好用的手势密码和指纹锁功能,值得拥有(Useful gesture password and fingerprint lock function, worth having)
- 2020-06-20 05:00:01下载
- 积分:1
-
天猫手机端html模板源码下载
天猫手机端html模板源码下载
- 2015-05-20下载
- 积分:1
-
属性动画的展示 多种方式
实现属性动画的的各种展示方式
提
供了几种动画类型:View Animation 、Drawable Animation 、Property Animation 。View
Animation相当简单,不过只能支持简单的缩放、平移、旋转、透明度基本的动画,且有一定的局限性。比如:你希望View有一个颜色的切换动画;你
希望可以使用3D旋转动画;你希望当动画停止时,View的位置就是当前的位置;这些View Animation都无法做到。这就是Property
Animation产生的原因,本篇博客详细介绍Property Animation的用法。至于Drawable Animation,嗯,略~
- 2022-06-26 08:25:31下载
- 积分:1
-
Android自动发送短信
Android自动发送短信Android自动发送短信Android自动发送短信Android自动发送短信Android自动发送短信Android自动发送短信Android自动发送短信Android自动发送短信Android自动发送短信Android自动发送短信Android自动发送短信Android自动发送短信Android自动发送短信Android自动发送短信Android自动发送短信Android自动发送短信Android自动发送短信Android自动发送短信Android自动发送短信Android自动发送短信Android自动发送短信Android自动发送短信Android自动发送短信Android自动发送短信
- 2022-08-10 22:29:56下载
- 积分:1
-
财务通管理小软件
这是基于android的小应用程序,里面的工能包括增加收入和支出,删除,查询收入支出,有登录功能,有注册功能,有类似微信的开头页面,有修改密码功能,修改密码之前,需要输入原先的密码。正确后才可修改成功,有对用户名密码的验证功能;数据库是sqlite数据库。
- 2022-01-28 02:54:54下载
- 积分:1
-
android手机图片读取
得到android手机端所有照片的集合,类似照片管理器
- 2022-03-16 10:29:57下载
- 积分: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