搜索资源列表
GPS-Odroid
- android下一个简单的GPS数据操作访问的参考代码,仅供参考-android GPS data under the operation of a simple reference access code, for reference only
SQLite_andorid
- Android下对sql数据库访问的实例,实现一个简单的框架逻辑。适合初学者及有经验的程序员参考-Android under the instance of sql database access, implement a simple framework logic. Suitable for beginners and experienced programmers reference
myGallery
- 一款简单的用来查看图片的软件,可设置图片保存目录,界面风格与系统自带的有所不同。 历趣友情昧:此软件适用于android 1.0及以上版本-As we could not find a very simple way to access our MobileMe gallery we created MyGallery to allow you to simply view your MobileMe galleries. Just enter your MobileMe usernam
Androidjs
- Android与Js交互的演示实例,与Javascr ipt交互的例子,获得浏览器组件。 //WebView就是一个简单的浏览器 //android浏览器源码存在于LINUX/android/package/apps/Browser中 //里面的所有操作都是围绕WebView来展开的 //WebSettings 几乎浏览器的所有设置都在该类中进行 DemoJavascr iptInterface类为js调用android服务器端提供接口
TCPTest
- 一个Android端TCP连接测试程序,功能简单,只是一个客户端程序仅供参考。IP,Port输入框,获取网络信息,输入信息上传到网络-An Android client TCP connection test procedures, functions simple, just a client program for reference only. IP, Port input box, access to network information, enter the information
Wifi
- 在Android中对Wifi操作,android本身提供了一些有用的包,在android.net.wifi包下面。简单介绍一下: 大致可以分为四个主要的类ScanResult,wifiConfiguration,WifiInfo,WifiManager (1)ScanResult,主要是通过wifi 硬件的扫描来获取一些周边的wifi 热点的信息。 (2)wifiConfiguration 在我们连通一个wifi 接入点的时候,需要获取到的一些信息。大家可以跟我们有线的设备进行
Android
- 在Eclipse开发环境下,运用java语言和android 的sdk 开发一款可以实现备忘功能的软件。本软件除了即时文本信息的传输显示外,还可以进行简单数据的处理,并有定时提醒功能。并且该系统在Android模拟器上运行,取得了很好的运行效果。 -Abstract:With Smart Phones have walked into ordinary people’s life, it is becoming the main equipment of people access to i
jingweidu
- 一个简单的获取经纬度的例子,初学者的好帮手。-An example of a simple access to latitude and longitude, beginners a good helper
android-StorageProvider
- 这是一个简单的实现在使用Android 4.4系统的存储访问框架文件提供的。-This is an simple implementation of a documents provider using the storage access framework in Android 4.4.
Get-SD-card-free-space
- 对Android源码分析写出的获取SD卡可用空间,虽然代码简单但是对于初学者还是可以借鉴的-Android source code analysis on the SD card write access to the available space, although the code is simple but can still learn for beginners
simpleAsyncLoadImage
- 一个简单的异步访问网络的例子还有摇一摇的功能实现原理介绍。-A simple example of asynchronous access to the network and the realization of the function of the wave principle is introduced.
getPhoneNumberAndyunyinshang
- Android开发:一个简单的小功能,但是实现了获取手机运营商和手机号码功能-The development of Android: a simple little function, but to achieve access to mobile phone operators and mobile phone number
MyMusic
- 不是简单的音乐播放器,包含本地搜索,本来还有获取自己服务器数据的部分,由于上传只是客户端代码,就将那部分删除,免得干扰-Is not a simple music player, including local search, had access to their data on the server part, because only uploaded the client code, the part removed, lest interference
getapost
- 以get和post两种方式向服务端获取数据。比较简单实用。-And post two ways to get access to data to the server. Relatively simple and practical.
gupiao_xiaogou
- Android简单的股票查询例子,在windows和手机上均测试通过。原理是访问和讯股票网站,获得股票的价格等参数信息。 HttpClient client = new DefaultHttpClient() HttpGet get = new HttpGet( http://vol.stock.hexun.com/stock_quote.ashx?stocklist= + gup.getGpdm()) -Examples of simple stock inquiry via
Afinal_Demo_Mickey
- 对afinal框架的应用、数据库的增删改查、从网络地址获取图片并且显示、从网络下载指定的东西。运用自定义的afinal框架代码简单有备注数据库是手机自己的。-Application, afinal frame deletions to change search, access and display pictures a network address specified network download things. Use afinal framework code to cust
Weatherggjk
- 本项目是一个简单的天气获取的小例子源码,使用php.weather.sina.com.cn的天气数据接口和百度地图提供的定位服务。会自动定位到当前城市然后获取前后三天范围的天气数据,代码有注释。 -This project is a simple weather access to a small example of the source code, using the php.weather.sina.com.cn weather data interface and Baidu map p
MeHfutNews
- 合肥工业大学新闻客户端源码是一个简单的网站新闻客户端,新闻数据直接调用合肥工业大学官网(http://news.hfut.edu.cn/),实现了新闻获取的功能,界面较简单,新闻内容不是解析html的而是用webview截取html的部分内容来显示的,据作者自称这样做是因为既简洁而且比解析的效果更好,下面是webview截取部分html后的界面(在此分享一下,以前解析html太累了)。源码有比较详细的注释,喜欢的朋友可以下载研究一下非主流客户端实现。-Hefei Industrial Unive
jdtqybym
- 简单天气查询源码是一个简单的联网获取天气信息并显示到控件上的小例子源码,非常适合新手学习简单的联网json解析知识本项目编码UTF-8默认编译版本4.2.2用到了support-v7-appcompat的依赖库,已经一起打包了。-A simple weather query source code is a simple network access to weather information and display to control small example source code,
Development-of-weather-
- 里面包含联网取天气预报信息简单版,手机客户端访问Web端Servlet程序,JSON数据解析示例等-Which contains the network to take weather forecast information simple version, mobile client access Web side Servlet program, JSON data analysis example