搜索资源列表
H264解码器源码 for Android
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有
top-simulator-built-android
- 生成android sdk 并搭建模拟器-And set up the simulator generated android sdk
CrazyFootball
- android2.0 疯狂足球游戏源码, 是学习ANDROID的好参考. 模拟器运行.-android2.0 crazy football game source code, is a good reference for learning ANDROID. emulator to run.
ZqpFiles
- Android 平台的文件管理器,在模拟器中的所有的文件都可以通过文件管理器管理-Android platform file manager all in the emulator files can be managed through the file manager
eoeAndroid6
- 【eoeAndroid特刊】第六期 数据通信-成为Android数据流大师,本期主要包含如下四方面的内容: 1. SD 的介绍、模拟器中模拟、代码中的使用 2. 蓝牙的使用、底层蓝牙的分析 3. Wifi 在SDK 中相关的内容 4. http 协议的简单介绍等-Special Report】 【eoeAndroid sixth data communications- as Android master data stream, this issue mainly contai
Android_source_block
- Android手机俄罗斯方块源码 可以在android手机上运行,模拟器上速度很慢。转载的源码-Canbe run in android mobile phone,and it test to be a little delay
GPS
- GPS源码,可以在真机和模拟器上运行,可以定位经纬度和具体地点-GPS source, you can run on real machines and simulators, you can locate the latitude and longitude, and site-specific
turntest
- 真实书籍翻页效果完结篇,从事Android手机程式开发的朋友们,不妨参考一下作者的小程序. 有APK模拟器的朋友可以运行Bin目录中的文件看效果.网上可下载这种模拟器. -Final results page real books, program development in the Android phone friends, may wish to refer to the author of the applet. There APK friends simulator c
DatagramDemo
- android模拟器中实现UDP数据包通信,包括客户端和服务器端-android emulator implemented in UDP packet communications, including client and server side
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
Lab3
- Android天气预报的小应用,通过手机所在地获取当地经纬度,然后搜索google天气服务器提供的xml文件获取信息,最后通过DOM方式解释结果. 注意使用方法:如果用模拟器的话,要在DDMS视角添加经度和纬度。模拟获取当地经纬度。-a small app about weather forecast, it gets the latitude and longtitude of the place where the mobile phone is. And then search the
KickFlyBug2
- android代码实现,拍苍蝇的功能,画面苍蝇动态跳跃,模拟器上可以看到效果。-android show Kick Fly Bug
Android-Gsnap
- android下的截图工具源代码,可以将屏幕截取并保存在模拟器sd卡中-Under the android screenshots tools source code
butterfly.h264
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
Smart_MMM
- 在java模拟器下写的Android的手机短信管理程序,包括了一下功能:短信分类查找、群发短信、黑名单设置、定时短信、自动回复等功能。-Written in the java simulator Android under the SMS management procedures, including what functions: SMS search category, mass text messages, blacklist settings, regular text messagi
flip-effect
- 书籍翻页效果,Android手机程式开发的朋友们,不妨参考一下程序. 有APK模拟器的朋友可以运行Bin目录中的文件看效果.-Book flip effect, Android phone application developed by a friend who may wish to refer to procedures have a friend APK simulator can run the file in the Bin directory to see the eff
H264Android_CPP
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
testPhoneCall.sikuli
- sikuli结合python语言编写的测试android模拟器打电话功能的脚本-sikuli combination of python language function test scr ipt called android emulator
onscripter_android.tar
- 能在安卓上运行ons游戏,是ons模拟器-Andrews on the run ons in the game simulator
NES模拟器源码
- 可以在android手机运行的NES模拟器源码,AndroidStudio可以编译通过