-
carbook
一套完整的android应用app源代码,能够正常编译运行并在android实机上运行。(A complete Android application app source code, can be compiled to run and run on the Android machine.)
- 2015-11-22 01:16:48下载
- 积分:1
-
基于android的远程视频监控系统 附完整源码
原理:客户端将采集到的每一帧图像数据发送至服务器,服务器接收
- 2013-04-21下载
- 积分:1
-
京东商城app 源码(完整版)
应用背景最近看到很多同学在找类似商城的APP版项目,因此本人通过了一个星期的整理,写了一套这个项目,这些项目源码,可以下载下来直接运行!关键技术京东商城app 源码(完整版):里面有完整的注释+文档注释说明,还有成型的截屏图片,欢迎大家下载使用!欢迎大家留言,下载使用和交流!
- 2022-07-23 06:15:43下载
- 积分:1
-
android 多级菜单
android 多级菜单
- 2013-12-23下载
- 积分:1
-
android模拟优酷转动菜单
该程序功能:实现模仿优酷转动菜单。系统开发环境: win7 32 位 + eclipse 4.2 + ADT 22 + JDK 1.7。将项目之间导入eclipse中,编译运行即可生成apk,apk运行的系统最低版本要去:Android 2.3,将编译生成的apk安装到您安您的设备即可。
- 2022-05-22 14:36:36下载
- 积分:1
-
Android上的Wordpress程序源码
Android 的 WordPress 是一个开源项目,这意味着任何人都可在其发展中发挥的作用。Android 的 WordPress 是 GNU 通用公共许可证下发布的。我们的应用程序和我们的源代码可自由下载和使用,但是你会喜欢。作为回报,如果可以,我们爱他如果有您的贡献您的代码,您的设计人才或甚至只是您返回到该项目的建议。
介入
我们对我们的发展博客讨论我们的发展计划和进展。我们邀请您加入我们的讨论那里。对我们Trac中的源代码,您可以按照所做的更改。登录系统使用WordPress.org 注册。下载 Android SDK免费以编译并运行应用程序,在仿真程序中,或直接在您的 Android 设备上。
- 2023-03-25 08:40:04下载
- 积分:1
-
远程视频监控
【核心代码】 public interface CameraSource { static final String LOG_TAG = "camera"; /** * Open the camera source for subsequent use via calls to capture(). * * @return true if the camera source was successfully opened. */ boolean open(); /** * Close the camera source. Calling close on a closed CameraSource is * permitted but has no effect. The camera source may be reopened after * being closed. */ void close(); /** * The width of the captured image. * * @return the width of the capture in pixels */ int getWidth(); /** * The height of the captured image. * * @return the height of the capture in pixels */ int getHeight(); /** * Attempts to render the current camera view onto the supplied canvas. * The capture will be rendered into the rectangle (0,0,width,height). * Outstanding transformations on the canvas may alter this. * * @param canvas the canvas to which the captured pixel data will be written * @return true iff a frame was successfully written to the canvas */ boolean capture(Canvas canvas); boolean saveImage(String savePath, String fileName); }
- 2013-12-04下载
- 积分:1
-
Android讯飞
资源描述语音说明语音说明语音说明语音说明语音说明
- 2022-09-30 20:50:04下载
- 积分:1
-
pressluck
碰运气的游戏, 点击可以获得随机生成的礼物,实施手气吧。(Luck of the game, click on the gift can be randomly generated, the implementation I m feeling it. )
- 2011-10-20 00:23:18下载
- 积分:1
-
简单的导航滑条
这一项目将显示在 android 的一些执行导航的滑条里。这为更好地理解提供意见。您将需要最新的 android 版本 (例如 3.0 或更高),如果你只是需要更低的版本包括 appcompat 07 中的。
- 2022-10-25 19:15:03下载
- 积分:1