搜索资源列表
RIADemo
- 这个例子说明通过WebView.addJavascr iptInterface方法,我们可以扩展Javascr ipt 的API,获取Android的数据。这样,JS的粉丝就可以使用Dojo,JQuery,Prototy等这些知名的js框架来搭建android应用程序来展现它们很酷很玄的效果-This example illustrates the method by WebView.addJavascr iptInterface, we can extend the Javascr ipt,
GPS-Odroid
- android下一个简单的GPS数据操作访问的参考代码,仅供参考-android GPS data under the operation of a simple reference access code, for reference only
GPS
- 获取GPS数据并且可以不断刷新数据,可设置间隔时间 android-Access to GPS data and can continue to refresh the data, you can set the interval android
Content-Providers(1)
- 关于Content Providers Content Providers 是所有应用程序之间数据存储和检索的一个桥梁,作用是使得各个应用程序之间实现数据共享。 它是应用程序间共享数据的唯一方法。 在Android中没有一块公共的所有应用程序都能访问的数据存储地方。 把18.SQLite和22.22.Content Provider添加到项目中,先运行18.SQLite,然后在进行22.Content Provider测试 -About Content Prov
Androidshoujifanghuo
- Android 手机防火防源码是一个类似于 Linux 下的 iptables 的 Android 手机防火墙软件,允许你限制某些应用访问数据网络,包括 2G/3G 以及 Wi-Fi。 -Anti-source Android phone is a similar fire under Linux iptables firewall software for Android phones, allows you to restrict access to certain applicatio
android-recorder-2
- 在Android上面实时获取音视频数据流-Real-time access to the Android top audio and video data streams
getdata
- android的网络应用初级篇-通过WEB获取数据-primary articles android network applications- access to data through the WEB
android-Data-storage-and-access
- 这个是有关于手机安卓系统对于数据存储以及访问的开发源代码-This is the Android system on mobile data storage and access for the development of source code
data-storage-and-access
- android开发基于java开发,现在android开发很火.提供公司培训资料,数据存储与访问-java-based development android development, android development now is the fire, providing corporate training materials, data storage and access
android_permissions
- android编程权限大全,包括硬件,设置和用户数据的访问权限等等。-Android Permissions Demystified,includes access to phone hardware, settings, and user data
HttpURLConnection
- android开发API-HttpURLConnection的小程序,主要解读了HttpURLConnection的使用方法,获取数据的方法,get和post方法的使用、区别,如何使用它来获取网络上的图片等资源-android development of API-HttpURLConnection program, the main interpretation of the HttpURLConnection to use, access to the data of the method,
weather
- Java毕业设计+开发文档,写一款Android2.2小程序,读取中央气象台的天气预报API得到天气数据,由此扩展出Android天气预报源码。虽然获取天气时你首先要知道对应的城市码,有点麻烦,其它的如稳定性与广阔性也是很一流的,它可以精确到县和区,然后通过再Android访问全国任意一个地区的天气预报-Java graduation project the+ development documentation, to write a Android2.2 small-program, read
2013-3-9
- listView展示数组1 拖动ListView到界面中 2 在后台代码引用ListView (和其他控件的访问一致) 3 分析定义ListView的项模板 4 获取数据集合 5 自定义适配器,实际上就是继承BaseAdapter-listView display array drag ListView to interface ListView (and other controls access to consistent references in the code-beh
smart_breakpointDownload
- android多线程断点下载,通过本Android下载实例,可了解到以下知识技巧:实时得到文件下载的长度,设置获取实体数据的范围、获取文件已下载文件长度、原始文件长度、线程数、本地保存文件、缓存各线程下载的长度、每条线程下载的长度、获取线程数、获取文件大孝更新指定线程最后下载的位置、构建文件下载器、保存记录文件、根据响应获取文件大孝监听下载数量的变化,如果不需要了解实时下载的数量,可以设置为null、循环判断是否下载完毕等基础知识。 这里请注意,对于UI控件的更新只能由主线程(UI线程
smart_Download
- android多线程断点下载的源码,实时得到文件下载的长度,设置获取实体数据的范围、获取文件已下载文件长度、原始文件长度、线程数、本地保存文件、缓存各线程下载的长度、每条线程下载的长度、获取线程数、获取文件大孝更新指定线程最后下载的位置、构建文件下载器、保存记录文件、根据响应获取文件大孝监听下载数量的变化-android multithreading breakpoints download the source code, in real-time to get the length of t
weatherForecast
- 自己遍学遍写的一款小巧的天气预报软件,天气数据需访问网络,来源于Google Weather API,不过流量消耗很小。 现只支持中国地区所有的中大型城市。-Own times to learn all over written in a compact weather software, weather data need to access the network, from the Google Weather API consumes a small, but the flow. C
Android-phone-camera
- 在手机客户端(Android)通过实现Camera.PreviewCallback接口,在其onPreviewFrame重载函数里面获取摄像头当前图像数据,然后通过Socket将图像数据和相关的用户名、命令等数据传输到服务器程序中。-Mobile client (Android) implement the Camera.PreviewCallback interface in onPreviewFrame overloaded functions inside access to the ca
Activity_18_File
- android开发中使用file文件实现对数据的存储,和访问。仅供参考-Android development using the file file to realize to the data storage, and access. For reference only
Android-DB
- Android应用程序开发中访问数据实例-Android application developers to access data instance
AsynTask
- 封装了联网获取数据的方法,使用时继承BaseActivity,并重写getData方法即可得到返回的数据。-The method of packaging the network access data, the use of BaseActivity, and the getData method can be rewritten to get the return data.