-
AnitVirus
基于Android杀毒软件
初学Android,此程序为毕设设计,仅作为学习使用,病毒库特征码保存在文本文件中,使用几个特殊字符分割,该文件保存在我临时网盘中,测试请自行更换URL,也可联系我获取病毒特征码提取程序(Android-based antivirus software beginner Android, this procedure is completed the set design, just as learning to use virus signatures stored in a text file, use several special characters split, the file is saved in my temporary network disk, replace the self-test URL, can also contact me to obtain virus signatures extraction procedure)
- 2013-12-06 15:32:09下载
- 积分:1
-
Exif-Editor-master
开源的Android应用程序,它创建,删除和编辑存储在图像的所有私有数据。(Open-source Android application to create, delete and edit all private data stored in images.)
- 2014-10-12 01:49:30下载
- 积分:1
-
ActivityAnimation
android Activity间跳转动画,直接可用(android Activity jump between animations directly available)
- 2013-09-04 11:06:05下载
- 积分:1
-
android 省市区三级联动
android 省市区三级联动
- 2017-07-18下载
- 积分:1
-
android备忘录
android实现的一个简单备忘录程序,可实现添加、删除、修改备忘事项,适用于刚开始android学习的人,容易理解。
- 2022-11-16 20:05:03下载
- 积分:1
-
androidAPP源码---手机作为服务端实现WiFi通讯
资源描述手机端作为服务端进行监听,WiFi模块等作为客户端后与其连接后,可实现通讯。
- 2022-02-28 12:11:18下载
- 积分:1
-
装备选择源码
装备选择源码部分代码public class MainActivity extends Activity {
private ProgressBar mProgressBar1;
private ProgressBar mProgressBar2;
private ProgressBar mProgressBar3;
private TextView mLifeTV;
private TextView mAttackTV;
private TextView mSpeedTV;
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
mLifeTV = (TextView) findViewById(R.id.tv_life_progress);
mAttackTV = (TextView) findViewById(R.id.tv_attack_progress);
mSpeedTV = (TextView) findViewById(R.id.tv_speed_progress);
initProgress(); //初始化进度条
}
private void initProgress() {
mProgressBar1 = (
- 2022-06-26 01:22:02下载
- 积分:1
-
仿京东筛选的简单实现
仿京东筛选功能的简单实现。主要用到android中的DrawerLayout,即“抽屉”。抽屉的实现关键要注意在资源文件中,把DrawerLayout最好为界面的根布局,官网是这样说的,否则可能会出现触摸事件被屏蔽的问题。
- 2023-01-27 17:45:05下载
- 积分:1
-
Android图片浏览器
Android图片浏览器,可以分享图片、浏览图片、剪切图片,做的比较粗糙,没有太深奥的东西
- 2022-04-01 18:31:03下载
- 积分:1
-
android menu菜单的 入门实例 附源码 有截图
适合新手学习的 android menu实例 详见截图
- 2013-03-26下载
- 积分:1