搜索资源列表
contact
- 打电话: 1. 定义Intent,参数为Intent.ACTION_CALL,该Intent准备打电话功能; 2. 用SetData方法给Intent设置目标电话号码,参数是Uri格式,tel:<电话号码> 3. 启动Intent,注意打电话功能需要添加用户权限(在Manifest文件中,添加CALL_PHONE权限) 发短信: 1. 利用SmsManager的getDefault方法获取实例对象 2. 利用SmsManager对象的sendTextMe
Sample_7_1
- 本代码是一个ANDROID开发的一个简单例子代码,主要讲究 是游戏-ANDROID development of this code is a simple example of a code, the main attention to the game
System-Based-on-Android
- 基于Android系统,设计并实现了一个多媒体产品的原型。首先介绍了现有终端系统平台各自的优劣势,并分析了目前市场上多媒体产品存在的问题以及发展趋势,在此基础上提出了一种全新概念的多媒体产品设计方案,其特点表现在:1)选用智能操作系统平台,具有更好的用户体验和可扩展性,而传统多媒体产品功能单一,扩展性差- Currently in the communications field,intelligent terminal products receive extensive attention.
AndroidGame-DogMoving
- Android下的一个小游戏,注意画面上小狗的运动,有点意思-Android, a small game, pay attention to the picture of the dog sports, a little meaning
Chendalin_ManagerFinances
- 一款不错的手机记账通,注释详细,请以后多多关照-A good phone billing through detailed notes, and after a lot of attention
android_service
- 本次实验主要是学习怎样在activity中启动一个service,启动的service的生命周期顺序是哪些,然后service通过广播机制向特定的activity传递数据,传送数据当然用的是intent,然后接收到该广播的activity读取intent中的数据,根据读取到的数据来更新activity的UI。 关于怎样通过service广播机制来更新activity的UI,可以阅读网上的这篇文章:http://www.pocketdigi.com/20110303/197.html
AndroidSpinner
- Android Spinner(微调)实例,Java源码,Android编程初级实例,分享给初学者,注意,看懂本源码需要事先了解Java语言。项目结构图如上所示,本压缩包内包括两个Spinner实例-Android Spinner (fine-tuning) instance, Java source code, Android programming primary instance, share beginners, pay attention to understand this sou
input-method
- 这是Android输入法手势操作源码,注意: android.gesture这个类在api-4(SDK1.6)才开始支持的! 提醒:默认存到SD卡中,所以别忘记在AndroidMainfest.xml加上SD卡读写权限!-Android input method gestures operation source, pay attention: android.gesture this class in the api-4 (SDK1.6) began to support! Remind
SpinnerSample
- Android Spinner(微调)实例,Java源码,Android编程初级实例,分享给初学者,注意,看懂本源码需要事先了解Java语言。-Android Spinner (fine-tuning) instance, Java source code, Android programming primary instance, share beginners, pay attention to understand this source requires prior knowledge
MyActivity
- 本节我们学习Android四大天王的Activity,Activity密切关注用户能做什么,负责与用户交互。类似于Java Web中的页面Page,将一系列View装载起来通过内部的加载引擎展现给前台用户。可以说一个简单的Android应用就是由一组Activity组合而成。可见对于Activity的学习在整个Android移动开发学习中至关重要的一环。鉴于Android移动开发属于嵌入式系统开发的范畴,所以Google的工程师在Android平台构架设计上,将很多组件都设计成基于事件驱动的,不
MyGoogleMapDemo
- 一个简单的Android实现GoogleMapApi v2展示Demo,注意:需下载安装Google Play ,需自己在google官方申请地图API Key, 需依赖google-play-services_lib作为类库(google-play-services_lib已有)。-A simple realization GoogleMapApi v2 showcase Android Demo, attention: you need to download and install Goo
contact
- 基于android的私密通信录,注意是私密通信录!-Android-based private address book, pay attention to the private address book!
android_auto_sendsms
- Android编程实现手机在需要时自动发送短信的功能,注意这个功能为了保护用户隐私,要谨慎使用。在程序实现时,指定手机号码,指定消息内容,通过预定代码实现自动发送短信的功能,发送成功给出提示,接受者的手机将显示一条内容为“这条短信是自动发送的”手机短信。-Android programming to mobile phone function automatically sending short message in time of need, pay attention to the fun
19-Alarm
- Pop-up messages, tray icons with their associated “bubble” messages, bouncing dock icons, and so on—you are no doubt used to programs trying to get your attention, sometimes for good reason.
Android-DirectionalViewPager
- DirectionalViewPager支持横向和纵向的ViewPager 项目地址: https://github.com/JakeWharton/Android-DirectionalViewPager 这个别人已经试过了: Android之仿网易V3.5新特性http://blog.csdn.net/way_ping_li/article/details/9359191 我只是重新测试了一下,感觉可以用。 只是要注意,需要导入-v4.jar包,并且
chat-program-source-code
- 本项目是一个基于安卓的仿微信项目源码,IM通信部分是基于环信的SDK开发的。(目前本项目还不完善,感兴趣可以加本文下方的QQ群持续关注)-The project is based on Andrews imitation micro letter source project, IM communication section is based ring letter SDK development. (At present, the project is not perfect, can be
etcd_a5
- 此版本主要是改进工具链和开发者体验。此版本引入下一代 v3 API 的实验性 demo;新增一个 Go etcd 客户端;添加 active 集群连接检测功能。此外还改进了文档 etcd 2.1 这是官方首个主要的稳定版本,与上一个 0.4.6 版本比较,该版本值得关注的改进有: 内部协议的改进以避免意外的错误配置-This version is mainly to improve the tool chain and developer experience. This version
audioTrack
- 安卓播放录音的例子(AudioRecorder、audioTrack),包括录音重播,边录边播 PS:用的android 5.0版本,用录音播放时需要注意sd目录位置,比较懒写死了:)-Examples Andrews play recordings (AudioRecorder, audioTrack), including recording replay recorded side edge broadcast PS: with android 5.0 version, you nee
Share_SDK
- 超级强大的社会化分享主要功能: 1、支持分享到新浪微博、微信好友、微信朋友圈、QQ好友、腾迅微博、QQ空间、人人网、开心网、豆瓣、搜狐微博、网易微博、短信、邮件、打印、拷贝等,即将支持印象笔记、facebook、twitter、linkedin、pocket、Instapaper等 2、支持获取授权用户资料及其他用户资料,可以通过SDK制作使用新浪微博登录、QQ登录等 3、支持新浪微博SSO授权,省去用户输入密码,更方便安全 4、支持关注官方微博 5、支持关注微信公
hdfyym
- 如何实现手机上手动滑动翻页效果呢?呵呵,在这里我们就给你们介绍一下吧。 一般实现这个特效会用到一个控件:ViewFlipper <1>View切换的控件—ViewFlipper 这个控件是什么呢?请注意观看博文Android学习笔记之ViewFilpper 。 除了这个ViewFlipper,我们还需要了解一下ViewAnimator。它主要是为其中的View切换提供动画效果。 还会用到几个方法: setInAnimation:设置View进入屏幕时候使用的动
