搜索资源列表
H264解码器源码 for Android
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有
基于android平台开发的天气预报软件
- 基于android平台开发的天气预报软件。能够通过gps模块获取你当前所在的经纬度,然后都过网络获取当前经纬度的天气。-Weather forecasts based on android platform development software. Gps module able to get your current latitude and longitude, and then all over the network to get the current latitude and lo
contact
- 自动获取电话号码列表,选中某个号码之后添加到EditText里面-auto get phonenumber list,select one,the phonenumber can add EditText inside
contact_encry_beta1.0
- Android系统中,获取当前手机的通讯录信息并且可以选择进行加密-Android system, get the current phone directory information and can choose to encrypt
GMapTracePro
- 使用http的get方式从web服务器获取经纬度数据并结合GoogleMap显示出所在点-Using http to get way from the web server to get the latitude and longitude data and show where the points with GoogleMap
linphone-android
- 已经编译好的android平台的linphone客户端,包含了所有运行需要到得动态库文件,直接导入Eclipse即可以运行-Android platform has been compiled linphone client, contains all needed for the operation to get the dynamic library files, which can run directly into Eclipse
gps
- 获取gps的代码,简单好用,可得到经纬度等关于地理位置的信息-get GPS to locate
contact
- 打电话: 1. 定义Intent,参数为Intent.ACTION_CALL,该Intent准备打电话功能; 2. 用SetData方法给Intent设置目标电话号码,参数是Uri格式,tel:<电话号码> 3. 启动Intent,注意打电话功能需要添加用户权限(在Manifest文件中,添加CALL_PHONE权限) 发短信: 1. 利用SmsManager的getDefault方法获取实例对象 2. 利用SmsManager对象的sendTextMe
opengpstracker-android
- 开源的GPS记录仪源码,android版-open gps tracker, get from the sourceforge
DomainExplain
- Android设备通过JNI接口获取Domain地址-Android device get domain address by JNI Interface.
droiddraw-r1b18.1
- android记事本功能,可以保存和重新编辑-Is there a way to "swap" out a view at runtime? Here s my goal: I want to display an animated, indeterminate ProgressBar view until my image is loaded. Is there a way to do this easily, without having to do a bunch of crazy stu
SipDemo
- 安卓SIP voip网络电话,轻松搞定Android手机网络电话软件开发-Andrews the SIP voip Internet phone, easy to get Android phone Internet telephony software development
PHPJson
- Android中使用HttpGet方式获取服务器端PHP Json返回数据-Android to get in the way of using HttpGet return data server PHP Json
android_sd_img
- 读取android手机sd卡中的单个图片的绝对路径-get the path of a single image from android sdcard!!
RIMO_AroundRestaurant
- CMCC周边应用,实现了安卓市场搜索页面的特效,弄了几天才弄出来的,绝无仅有。-Andrews market effects to achieve the search page, get a few days before it comes out, and unique.
EX08_01_1
- Http GET/POST传递参数(HTTP连接示范)-Http GET/POST to pass parameters (HTTP connection model)
Get-Phone-Contact-Details
- 如果想要获取Android手机通讯录的详细信息,可以借鉴此代码,十分详细-If you want to get more information about Android phone address book, you can learn from this code, very detailed
get-apk-version
- 获取apk版本号,内带需要jar包。 经过测试可以使用。-get apk version
get
- 本次上传文件,是在安卓环境当中,访问到表单,而使用的是get提交,由于刚刚接触到安卓,所以有些知识还是不能完全掌握的,请多多指教-The uploaded file is in Andrews environment, access to the form, and submit using the get, just because of access to the Android, so some knowledge still can not fully grasp, exhibition
get
- get request for android application using eclipse sdk