搜索资源列表
H264解码器源码 for Android
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有
seriaport_textview
- android串口通讯:能自动读取串口数据,并将显示在textView上。-android serial communication: serial data can be automatically read and displayed on the textView on.
wuliu
- 读取手机端GPS信息,手机IMEI号,定时一分钟发到服务器上。手机软件能够接受并且显示服务器下发的数据。手机端支持IP地址设置。 物流信息系统终端-Read the GPS information of the mobile terminal, the phone IMEI number, timing one minute to the server. The phone software can accept and display server data. Mobile terminal
butterfly.h264
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
H264Android_CPP
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
Earthquake
- android开发,用于从数据库里读取数据-android developed for reading data from the database
healthfood
- android 项目, 健康饮食 .从文件中读取数据.-android project, a healthy diet. read from the file data.
CityWeather
- 城市天气预报,Java语言 运行于android系统,通过webservice读取数据-Weather forecasts for cities, Java language to run on the android system, read data through webservice
dataStore
- 读取数据的四种方法:sharedpreferences、数据库sqlite、从xml文件中读取数据,从txt文件中读取数据-Reading of the data of the four methods: sharedpreferences, database sqlite, from an XML file reading of the data, from TXT file in the reading of the data
MobileMorpClient
- android sdk 2.3.3 利用json读取远程php网站数据实例-android 2.3.2 json php
MySimpleTreeCursorAdapter
- 能从Android的SQLite读取数据,然后以缩进的形式显示,其实就是SimpleCursorTreeAdapter的使用方法-The use of SimpleCursorTreeAdapter class
MediaRecorder0810
- android 的录音应用小例子,可以读取文件然后收集音频,保存本地数据-android MediaRecorder is a type media Record..
andriod
- tiny6410上实现android读取数据-tiny6410 on android to read data
android_service
- 本次实验主要是学习怎样在activity中启动一个service,启动的service的生命周期顺序是哪些,然后service通过广播机制向特定的activity传递数据,传送数据当然用的是intent,然后接收到该广播的activity读取intent中的数据,根据读取到的数据来更新activity的UI。 关于怎样通过service广播机制来更新activity的UI,可以阅读网上的这篇文章:http://www.pocketdigi.com/20110303/197.html
AndroidPGPS
- Android 开发GPS数据读取 Android 开发GPS数据读取-Android developers GPS data read
weather
- Java毕业设计+开发文档,写一款Android2.2小程序,读取中央气象台的天气预报API得到天气数据,由此扩展出Android天气预报源码。虽然获取天气时你首先要知道对应的城市码,有点麻烦,其它的如稳定性与广阔性也是很一流的,它可以精确到县和区,然后通过再Android访问全国任意一个地区的天气预报-Java graduation project the+ development documentation, to write a Android2.2 small-program, read
e_9_1-SharedPreferencesEx01
- android不同Activity存储和读取优先数据示例代码。-one example for android app store and read preference data。
e_9_2-SharedPreferencesEx02
- Android应用程序退出程序时,存储重要数据到flash中,待下次开机时,可以马上读取到这些数据,比如系统配置信息。-A example for Android app to store important data to flash when app exit. So if phone restart,app can get these data again for executing.
azyydq
- 详细介绍 - [ 安装应用数据读取源码 ] 安装应用数据读取源码是一个简单的通过aidl读取应用包信息的例子,可以实现应用数据和缓存的读取,2.3.7测试权限读不出来。之前发过类似例子,在安卓例子源码目录下的-应用管理目录里可以找到。-Detail- the installation and application of data read source Install the application data to read the source code is a simple ex
myserial
- Android通jni读取串口数据实例,包含lib库文件,封装好了jni(Android serial read and write)