-
MediaPlayer_Service
MP3音乐播放器代码,主要实现从sd卡中读取MP3文件,界面有播放暂停,上一首,下一首四个按钮(MP3 music player code, the main implementation MP3 files, read the sd card interface are suspended, a song, a four button)
- 2020-09-29 09:37:43下载
- 积分:1
-
基于android的录像功能
除了在android界面上的按钮可以控制录像功能以外,音量增加键也可以控制录像功能。
- 2022-05-10 23:31:16下载
- 积分:1
-
android 文件读写 例子源码下载
android 文件读写 例子源码下载
- 2015-03-07下载
- 积分:1
-
android activity 切换效果例子
android activity 切换效果例子
- 2015-06-17下载
- 积分:1
-
android surfaceview制作抽奖大转盘
surfaceview制作抽奖大转盘surfaceview制作抽奖大转盘surfaceview制作抽奖大转盘surfaceview制作抽奖大转盘surfaceview制作抽奖大转盘surfaceview制作抽奖大转盘surfaceview制作抽奖大转盘surfaceview制作抽奖大转盘surfaceview制作抽奖大转盘
- 2023-05-26 08:00:03下载
- 积分:1
-
AutoRingProjectxx_zz_src
I created this app to simulate the ring behavior of the Motorola RAZR which would switch to loud when charging and return to vibrate-only when disconnected (no manual adjustment needed). This app also allows the reverse scenario (silent when connected otherwise ring).
This tutorial assumes you already have the Eclipse environment up and running. If you are new to Eclipse and Android development, I recommend going through the temperature converter tutorial which can be found here.
- 2012-06-20 10:51:20下载
- 积分:1
-
Android 实现ListView的A-Z字母排序和过滤搜索功能,实现汉字转成拼音
Android 实现ListView的A-Z字母排序和过滤搜索功能,实现汉字转成拼音
- 2023-03-27 09:50: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 开发三剑客UML、模式与测试》源代码
《Android 开发三剑客UML、模式与测试》一书所有源代码.
- 2022-06-02 10:33:20下载
- 积分:1
-
简单音乐播放器
简单的音乐播放器,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
- 2022-08-15 10:54:31下载
- 积分:1