-
android 休闲小游戏--3D保龄球
休闲娱乐的同时也可以更加深入了解android开发流程。
- 2022-06-16 14:51:31下载
- 积分:1
-
android 自定义radiogroup实现源码下载-listview+radiobutton实现
listview radiobutton 实现 浅显易懂
- 2015-04-14下载
- 积分:1
-
android 智能手表圆屏幕launcher
android 简单圆屏launcher 每页4个应用图标
- 2022-03-11 19:17:30下载
- 积分:1
-
Android执行远程安装APK功能
Android执行远程安装APK命令,远程安装APK,代码中已经定义了一个远程APK的路径,在Android环境下,执行安装命令,自动下载远程APK并执行安装。HttpResponse httpResponse = new DefaultHttpClient()
.execute(httpGet);
if (httpResponse.getStatusLine().getStatusCode() == 200)
{
InputStream is = httpResponse.getEntity().getContent();
FileOutputStream fos = new FileOutputStream(downloadPath
+ "/integration.apk");
byte[] buffer = new byte[8192];
int count = 0;
while ((count = is.read(buffer)) != -1)
{
fos.write(buffer, 0, count);
}
fos.close();
is.close();
installApk(downloadPath+ "/integration.apk");
}
- 2022-02-04 20:28:08下载
- 积分:1
-
开源中国android第三方客户端
开源中国第三方客户端,日志等功能完备,代码颇为优秀,适合学习和完善知识体系。
- 2022-06-26 14:50:46下载
- 积分:1
-
android与webapi交互
web api 服务器端写法
- 2014-03-31下载
- 积分:1
-
LockScreen
Android图形解锁程序,只有一个类,简单明了,功能齐全(Unlock Android graphics program, only one class, simple and clear, complete functions)
- 2013-10-14 10:36:00下载
- 积分:1
-
拼图游戏
图片共分为。和在你按下,数字出现在这一领域与土司消息的值。
- 2023-09-01 22:15:04下载
- 积分:1
-
gallry输出视频每一帧图片
实现截取视频中每一帧图片在gallry上显示出来
- 2014-06-26下载
- 积分:1
-
android
android contents for elementary
- 2011-03-31 09:34:26下载
- 积分:1