搜索资源列表
AndroidWeatherForecast
- Android版本的天气预报,能显示出中国所有城市名,用户单击任意城市名,将获得其天气预报信息;用户也可以输入城市名,点击查询按钮,随后远端的Web Service服务器返回天气信息。
fs-explorer
- android 文件管理 1、文件管理; 2、文件加密; -android fs explorer
poker-online-game
- 源码名称:网络游戏开发-扑克网络对战游戏。 包括android客户端和服务端源码; 主要技术包括:牌类游戏的开发技巧、2D贴图技术、联网对战开发。-Source: the development of online games- poker online play game. Android client and server source code The main technologies include: the development of skills of the
contact
- 打电话: 1. 定义Intent,参数为Intent.ACTION_CALL,该Intent准备打电话功能; 2. 用SetData方法给Intent设置目标电话号码,参数是Uri格式,tel:<电话号码> 3. 启动Intent,注意打电话功能需要添加用户权限(在Manifest文件中,添加CALL_PHONE权限) 发短信: 1. 利用SmsManager的getDefault方法获取实例对象 2. 利用SmsManager对象的sendTextMe
Android-Web
- Android手机Web地图服务的应用设计,安卓系统开发实例,新手必备Android:GPS;Google Maps-3G;Android:GPS;Google Maps
Touchv1
- android java多点触控 手势识别; 滑动-android java mult touch
SoftKey
- android软键盘的弹出和禁止(由于界面渲染需要一定的时间,所以不能把“键盘自动弹出”代码写在OnCreat里; 需要监听或者定时器Timer)-android softKey
eoeAndroidimage
- • Android中支持的图片格式介绍; • Android中图片库介绍 • 图片的显示(本地的,网络的); • 图片的格式转换; • 动画效果; • 图片特效;-• Android中支持的图片格式介绍; • Android中图片库介绍 • 图片的显示(本地的,网络的); • 图片的格式转换; • 动画效果; • 图片特效;
Book
- 他很不错的Android 翻页效果,大家一起学习吧。本源码来致EOE;-Android book
Weather
- android 天气预报 基于android系统下开发的;里面包括源码,还有注释-this is a android soft the weather data comes from network
Text
- 把文字添加到图片上,文字可以改变大小,颜色,内容;图片可以旋转。-Adding text on image.
ContentProvider
- Mars的android视频第19集ContentProvider没有提供源代码,这份是我自己根据视频敲出来的,由于视频上看的不全,所以自己查资料补充了些,虽然不会完全一样,但自己验证过可以运行且不影响功能,仅供参考;-Mars' s android video Episode 19 ContentProvider did not provide the source code, this is my own knock out based on the video, the video
OCL
- 本项目是个人为户外探险人员及旅游人员研发的,线路跟踪。可对自己线跟进行跟踪并记录;GPS定位;地址位置查询;后期版本将会导出在手绘地图,为户外探险人员提供良好的线路记录。-The project is a personal staff for outdoor adventure and travel personnel R & D, the line tracking. Can carry out their own line with the track and recorded G
testBlueTooth
- Android手机蓝牙模块的使用demo,实现了手机发送简单控制指令给下位机;手机与手机通过蓝牙的互聊,即蓝牙版的扣扣,-Android phone Bluetooth module demo, the phone sends a simple control instructions to the lower machine mobile phones and mobile phone via Bluetooth cross-talk, Bluetooth version QQ, huh
baidu_src
- 百度地图开发使用于开发一些城市出行的地图软件;方便人们的城市生活-baidu ditu
android_socket_parcel
- Android环境下通过SOCKET传递Parcel包并解出数据的例子程序 在Android环境下,甲程序(C++程序)将数据封装在 Parcel 中,并把 Parcel 发送到SOCKET;乙程序(C++程序)通过SOCKET接收到Parcel包,并解出封装在其中数据。 附带所需的Android.mk文件,并说明如何编译运行。列出了程序的运行结果,最后对程序存在的一些问题做了分析,提出了解决的思路。-Android environment SOCKET pass through
OCLsigned
- 本项目是已签名的文件,主要为个人为户外探险人员及旅游人员研发的,线路跟踪。可对自己线跟进行跟踪并记录;GPS定位;地址位置查询;后期版本将会导出在手绘地图,为户外探险人员提供良好的线路记录。-This project is a signed document, made primarily for personal staff for outdoor adventure and travel personnel R & D, the line tracking. Can carry ou
ch04_logindialog
- 自己定义的登录组件,利用AlerDialog组件;然后添加TextView和EidtText-Own definition of the login component, the use of AlerDialog components and then add the TextView and EidtText
ch04_listdialog
- 列表:包括 单选多选等案例的演示;还有一些事件的处理-List: includes multiple choice and other cases of radio shows handling of some events
Arduino温度记录仪
- 使用18B20温度模块,DS1302时钟模块;把时间和温度在LCD1602上实时显示,每十分钟把当前数据写入SD卡!(Use 18B20 temperature module, DS1302 clock module, real-time display of time and temperature on LCD1602, and write current data to SD card every ten minutes!)