搜索资源列表
H264解码器源码 for Android
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有
Merdian
- 一款用于Android手机的媒体播放器Merdian的Java源码,支持本地播放(SDcard)和流媒体播放。可以借此学习Android的媒体架构。-The Java source code of the media player "Merdian" used on the Android phone, supporting both local-playback (SDcard) and media-streaming. We can learn about the Android media
easyJni_Src
- 在android中经常使用jni开发 头文件生成很麻烦,故模仿easyExploer写了一个eclipse的easyJni插件 项目源码需放在src下,class文件放在bin下 安装此插件后在eclipse中java源码上右键Ctreate Jni即可生成在项目的jni目录下的头文件-Jni often used in android development headers generated a lot of trouble, so write a mimic easyExplo
CrazyFootball
- android2.0 疯狂足球游戏源码, 是学习ANDROID的好参考. 模拟器运行.-android2.0 crazy football game source code, is a good reference for learning ANDROID. emulator to run.
GoogleAndroidSDKdevsrc
- android开发范例源码,有很好的教学例子-android example source
Sudoku
- java android(版本2.1以上) 数独游戏源码-android sudoku
Android_SDK_Examples_sourse_code
- 《Google Android SDK开发范例大全》全部范例源码,对初中级的来说还是很不错的哦。 -" Google Android SDK development of examples of documents," all source code of the examples, pretty good for learners of middle class
tank
- android 坦克大战源码 ,很好的android学习资料,很值得学习哦-android sees the source, android good learning materials, it is worth learning oh
Android-code
- 《Android基础教程》的随书源码,可以方便学习该书的时候手动敲入源码出现错误时进行对比,也可以单独下载作为入门进行学习。-" Android-based tutorial" in the book with source code, you can easily learn from the book when manually typing error when comparing source code can also be downloaded as a separ
towerdefense
- 这是一个基于Google android 平台下的塔防游戏源码-This is a platform based on Google android source tower defense game
androiddraw
- android的画图工具源码 可以实现简单的绘图工作-a picture draw tool for android
LocationTest
- android gps源码,主要功能测试GPS,和设置GPS监听-android gps source code, the main function test GPS, and set the GPS monitoring
Android_java_PushBox
- android 平台下的推箱子游戏JAVA源码,内附详细的代码说明。-The PushBox game android platform JAVA source code containing a detailed descr iption.
Android 简单计步器源码
- 用java编码android studio 开发的简单计步(Prepared by Java Android studio platform developed simple pedometer function)
基于ILBC编解码android即时通讯APP源码
- 此程序源码可实现采用java开发,可实现server端与client端之间的语音通讯,采用ILBC编解码方式。(This program source code can be achieved using java development, server and client can be achieved between the end of voice communication, the use of ILBC codec.)
IM-master
- 简单的仿QQ聊天安卓APP源码。 该项目用JAVA的socket实现,包含客户端,服务器与数据库,如果想运行需要注意一下几点: 服务器更改配置文件dbcpconfig.properties 我已经将所需的依赖库也上传了,如果还缺少某些依赖库,需要你自己去下 注意客户端的端口号应与服务器的端口号一致。 客户端出现服务器异常时,请注意客户端的SERVER_IP,需要保证客户端ping通服务器。数据库使用的mysql。(Wechat,qq,and so on ifyou want to see it
java-plate-recognizer-master
- 车牌识别app,能识别蓝黄车牌,用于手机车牌识别源码(License plate recognition app, can identify the blue yellow license plate, used for mobile phone license plate recognition source)
Android-PickerView-master (1)
- android 酷炫源码 值得拥有 基于Java(Android cool source deserve based on Java)
Android 手机联网对战 中国象棋 游戏源码
- Android 中国象棋游戏 可以网络对战,分为客户端和服务端,客户端为 Android 应用,服务端使用Java语言实现,数据库为MySQL,使用到了Socket和多线程技术。(An Android Chinese chess game which can be network to combat, divided into client and server, client is Android application, server uses Java language, database
推箱子源码
- java实现推箱子的源码,非常有价值,可以用来参考或者修改可联系作者进行深入研究