搜索资源列表
H264解码器源码 for Android
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有
Androidmusicbofangqi
- 本论文的音乐播放器采用了Android开源系统技术,利用Java语言和Eclipse编辑工具对播放器进行编写。同时给出了详细的系统设计过程、部分界面图及主要功能运行流程图,本文还对高度过程中遇到的问题和解决方法进行了详细的讨论,该音乐播放器集播放、暂停、停止、上一首、下一首、音量调节、歌词显示等功能于一体,性能良好,在Android系统中能独立运行。该播放器还拥有对手机文件浏览器的访问功能、歌曲播放模式、以及歌词开闭状态的友好设置.- The music player of this the
Android-MusicPlayer
- Android2.1系统的音乐播放器,实现了音频文件的播放控制,显示歌词-Android2.1 system, music player, to achieve the audio file playback control, display lyrics ... ...
phoneVideo
- android的视频监视器,捕捉接收远程的监视视频并显示在手机上-android video monitors, surveillance video captured the remote receiver and display on mobile phones
android-video
- 比较实用的在Android实时采集视频,并在PC上显示出采集到的视频的程序,包括PC端和Android端程序,基于Android 1.5 在HTC G3上测试通过。-Android more practical in real-time video capture and display the PC to the video capture process, including the PC-side program and Android, HTC G3 based on the Andro
FileManager
- 文件管理器:可以浏览文件(文件夹)、显示路径以及对目录的一些常用操作(比如新建、删除、粘贴等)-File manager: you can browse the file (folder), display the directory path as well as some common operations (such as create, delete, paste, etc.)
Yobo.Android
- Android 系统里的音乐播放机相关Java源代码,我想这是比较有参考价值的,代码内的关键部分都做有注释,方便学习Android的朋友做参考,注意:主界面(判断是否已经有访问权限,如果没有,则跳转的到Auth页面进行授权) //否则就到Yobo界面(展示个人的电台和音乐盒)…… -Android' s music player system related to Java source code, I think this is more a reference value
os-eclipse-android.examples
- 本程序可以让你轻松地通过JAVA+AVD在Android上显示图片-This program allows you easily through the JAVA+ AVD display pictures on Android
TimeDate
- Java源码,Android 源码 Android手机上的适时时间显示源代码,暂时没有演示截图,适合Android新手朋友学习参考,源码开源。-Timely on the Java source code, Android, Android source Android mobile phone to display the source code, no demo screenshots for Android novice friend to learn reference sour
HTTP-connection-and-browse
- 实现HTTP连接与浏览,Java源码下载,输入html文件地址或网址,显示页面和HTML源文件,一步步的实现过程请下载本实例的Java源码,代码中包括丰富的注释,对学习有帮助。-the Java implementation of the HTTP connection and browsing Java source code download, enter the address or URL of the html file to display the page and HTML sou
VideoWallpaperbiye
- 这是本人的毕业设计源代码,是一款视频壁纸,采用ffmpeg库解码,包含jni技术,图像在java层显示。源代码中有很多技术值得学习,同时有编译好的ffmpeg.so ,绝对物有超值!-This is my graduation project source code, is a video wallpaper, ffmpeg library decoding contains jni technology, image display in java layer. Source code wor
Android-_phone-_music-player
- 当今社会的生活节奏越来越快,随着硬件移动设备的越来越先进,人们对移动设备的要求也越来越高,从以前的追求技术到现在的追求视觉,因此,也逐步的提高了对系统的要求,本文主要是对Android系统上一的款音乐播放器应用程序的设计与实现进行讨论。Android是一个开源的系统,它底层是基于Linux的操作系统,本论文的音乐播放器采用了Android开源系统技术,利用Java语言和Eclipse编辑工具对播放器进行编写。同时给出了详细的系统设计过程、部分界面图及主要功能运行流程图,本文还对高度过程中遇到的问
ProgressDialogSample
- ProgressDialog Java源代码,Android程序处理过程中的进度对话框,玩过Android手机的朋友大概都清楚,在操作一些程序的时候,Android手机会显示Loading,提示程序正在处理中,这个Dialog对话框可很好的提示用户要稍做等待,那么它是如何实现的,本源码会告诉你原理。-ProgressDialog Java source code, and the Android program in the process progress Dialog box, playe
code
- java写的andriod浮窗窗口,功能:随意移动,显示当前内存值。-written in java the andriod floating window window function: move freely, to display the current memory value.
andriodHTTPbrowser
- Java实现HTTP连接与浏览,Java源码下载,输入html文件地址或网址,显示页面和HTML源文件-Java HTTP connection with the browser, the Java source code download, enter the address or URL of the html file, display the page and the HTML source file
fixbugmenu
- Java编写实现Android滑动菜单,通过此源码了解Android子菜单点击事件,点击子菜单后的隐藏显示,菜单按钮的点击事件,设置当前要显示的子菜单等初步小技巧。对实现复杂的界面设计有参考价值,源代码包括了资源文件,都是挺完整的-Android sliding menu written in Java to achieve through this source to understand Android submenu click event, click on the hidden sub
FiveChess
- FiveChess五子棋,andorid五子棋游戏,Java源码实现,学习一下如何让Android手机隐藏标题栏并全屏显示,获取屏幕宽高、显示GameView等。-FiveChess backgammon, andorid backgammon games, Java source code to achieve, learn how to make Android phones hide the title bar and full screen display, access to the
fixbug
- Java编写实现Android滑动菜单,通过此源码了解Android子菜单点击事件,点击子菜单后的隐藏显示,菜单按钮的点击事件,设置当前要显示的子菜单等初步小技巧。对实现复杂的界面设计有参考价值,源代码包括了资源文件,都是挺完整的,欢迎下载。-Android sliding menu written in Java to achieve through this source to understand Android submenu click event, click on the hidd
curricula
- display the academy plan in different formats
CalendarWeight
- 课程设计java app,可以实现日历显示,日程的增删查改 以及重要事件闹钟提醒等功能(Curriculum design java app, which can realize calendar display, add and delete items, change important events, alarm clock and remind functions.)