-
mediaplayer-Android
在Android平台下编写的一个多媒体播放器软件(In writing of the Android platform of a media player software)
- 2015-04-27 13:05:17下载
- 积分:1
-
书城
自己的图书商店
自己的图书商店
自己的图书商店
自己的图书商店
自己的图书商店
自己的图书商店
自己的图书商店
自己的图书商店
自己的图书商店
自己的图书商店
自己的图书商店
自己的图书商店
自己的图书商店
自己的图书商店
自己的图书商店
自己的图书商店
自己的图书商店
自己的图书商店
- 2022-02-01 23:36:03下载
- 积分:1
-
获取Android 系统信息的方法示例源码
这个Android小程序主要是用来获取Android系统信息的,获取android系统中的众多属性信息,最终运行效果如测试截图所示,比如获取android系统的移动网络配置、安装的系统应用、日历存储、媒体存储、外部存储设备、HTML查看程序、软件包权限帮助程序、证书安装程序、设置、系统界面和一体化位置信息等,虽然获取的内容比较多,但程序是比较简单的。
- 2022-05-17 15:51:49下载
- 积分:1
-
kgxbpd
This is the source code for Hata radio propagation model div hr()
- 2018-04-17 16:48:59下载
- 积分:1
-
求原根指数表的android APP
资源描述如果你是学习信息安全专业的学生,你肯定会学习信息安全数学基础,这样就会接触到原根和指数表的概念,这个app简单而且能助你快速的求出原根和指数表,操作界面简单易懂。
- 2022-08-10 14:38:35下载
- 积分:1
-
touch
简单的图片多点触摸放大、缩小、移动程序,图片为固定的。(Simple multi-touch image zooming, moving the program)
- 2011-08-15 11:05:52下载
- 积分:1
-
安卓开发——侧拉菜单
侧拉菜单在现在的移动APP开发中应用越来越普遍,很多开发新手都希望能学习如何使用侧拉菜单。这个程序是一个简单的侧拉菜单实现,希望能够帮助大家学习。
- 2022-01-26 04:22:28下载
- 积分:1
-
android 录音转成MP3
android 将 录音文件转化为 MP3的demo , 还是很不错的。转载了别人的,这里分享一下。希望对大家想研究这个或者学习和工作中将要遇到的这个的时候,可以参考下,感谢作者。
- 2022-06-01 14:24:02下载
- 积分:1
-
仿刮刮乐效果控件
应用背景一些需要实现刮刮卡中奖效果的app,可以借鉴该源码,实现了当下流行的刮刮乐效果关键技术主要运用了图层的概念,布局采用FrameLayout实现刮刮乐上下分层,然后利用paint和canvas去设置Xfermode模式去画蒙层布局和手势滑动线条布局
- 2022-07-19 01:10:24下载
- 积分: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