搜索资源列表
H264解码器源码 for Android
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有
Android-imitation--QQ-Service.基本功能和手机QQ差不多
- 基本功能和手机QQ差不多,当然是聊天,空间、社区就没有做了,都差不多的。-Mobile QQ about the basic functions and, of course, chat, space, the community did not do all the same.
baibin android 远程视频传输显示程序
- android 远程视频传输显示程序,只实现了视频的显示并无控制-android remote video transmission display program, just do not realize the video display control
ex07_activity_intent
- 些朋友可能对Android系统的手机不太熟悉,相信你见了Android系统的手机后你肯定会喜欢上的,绚丽的界面,好看的字体,彰显华贵和专业。本源码收集的就是android系统中的一些基本单元,比如弹出的提示框、提示层的应用、漂亮按钮的编写、菜单和列表等,相信对您研究Android系统有帮助。activity的跳转 1.不带返回值的跳转 2.带返回值的跳转-Some friends may be less familiar with the Android mobile phone sys
PhoneListener
- 电话监听器,可以对别人的电话进行监听,供参考,不赞成大家违法使用,否则后果自负-Telephone listener can listen on the phone to others for information, we do not support the illegal use, or peril
Aladin
- 1年前做的安全软件(当时豌豆荚刚出来),只可惜我没有找到投资,放到手上没有什么用,分享给大家。程序是我一年前做的,现在比较忙没有时间完善,因此会有不少问题希望大家多包涵。另外,我还有PC端是用C#写的,但是在另外一台机器上,如果需要可以给我发邮件-Security software to do a year ago (then just out of pea pods), but unfortunately I did not find investment, into the hands of
Media_Player
- 一个安卓的音乐软件,可以听歌、暂停歌曲、下载歌曲等一系列工呢过,界面做的也很好,不是太花哨,是一个不错的学习机会。-An Android Music software, can listen to songs, songs, suspended download songs and a series of us, the interface is also very good, not too loud, is a good learning opportunities.
SimpleLED
- Android上的手电筒软件,开启相机闪光灯作为照明手电筒,而不是LED屏幕。-A flashlight software on Android, turn on the camera flash as a torch lighting, not the LED screen.
HoriClient
- android ftp 上传下载,不支持断点续传-android ftp upload and download, does not support HTTP
ADT-0.9.6
- 这是Android最新的开发工具,打包的,可以直接使用安装到Eclipse中,不用再到网站上去下载了。-This is the latest Android development tools, packaged, can use to install Eclipse, then do not go download site.
antPproguard
- android自动打包方法(ant+proguard+签名) 现在优化减少体积和防止别人反编译,需要把编译后.class进行混淆,开始在网上看了一些关于ProGuard的介绍,基本上都是使用ADT自带的打包方式,那个打包方式太慢了,还要手工输密码,一个字烦。 于是开始寻找ant+proguard+签名的打包方式,遗憾的是资料不是缺手就是断脚。 好吧,看来得食自己了,!@#¥@#!@#!@##¥@#¥!@#@ 转眼一周,我++,终于把东西搞出来 ps:我们项目还有一个特殊需求
Many-nuclear-communication
- 作者:华清远见3G学院。《Android多媒体编程从初学到精通》第三章、多核通信。在2010年末,智能终端的CPU得到了快速发展,高端的智能终端已经采用了Cortex-A8的双核处理器。而在平板电脑上,Nvidia开发的基于Cortex-A9的双核处理器Tegra 2则成了市场的宠儿。通信离不开内存的操作,在Qucalcomm平台上,内存一般分为3种:基带内存(Modem Memory)、应用内存(Application Memory)和共享内存,其中系统MPU保护基带内存不被aARM接入,AR
Lsn_Youku
- Android高仿【优酷】圆盘旋转菜单的源码下载,Android的调试环境现还没有配置起来,暂时无法抓图-Android high imitation [Youku] the source disc rotating menu Download Android debugging environment now have not configure it, temporarily unable to capture
SoundEx
- android系统无法播放amr格式文件,这段代码可以实现android,iphone等的amr格式与wav格式的转换-the amr format wav format conversion android system can not play amr format file, the code can be achieved android, iphone, etc.
MyCalculator
- 自己写的一个android计算器程序,算法可能不是很完善,仅供初学者参考-To write an android calculator program, the algorithm may not be perfect, only for beginners reference
ScrollView
- Android中,ScrollView是一种可以滑动的控件。在一个屏幕显示不了全部内容时,可以使用此类。-Android, ScrollView, the a sliding control. All content can not on one screen, you can use this class.
wuziqi
- Eclipse下自己写的android五子棋代码,不是AI的,只能自己和自己下,不高深,初学者学习用。-My own code of five-in-a-row chess ,not an AI version ,Can only yourself and your playing chess,not advanced,for beginners to learn with.
Bluetooth
- android开发蓝牙的一个简单例子,服务端和客户端的收发文字信息,用于安卓蓝牙开发入门再好不过了-android development of Bluetooth, a simple example, the server and the client to send and receive text messages, used for the Andrews Bluetooth development of entry could not be better
GameBoid_1
- 在android的gba游戏模拟器的源代码,但是有个地方我还没用编译过,大家可以下载来编译,不过代码也算很全的-Android gba game emulator source code, but there are places I have not compiled, you can download to compile, but the code is considered to be very full
And
- 一个安卓电子相册源码,中使用并调用相册文件-a main file used by android develop that I‘m also not konw what it is