-
android 滑动菜单SlidingMenu 示例源码下载
android 滑动菜单SlidingMenu 示例源码下载
- 2013-10-23下载
- 积分:1
-
android_examples
android 布局示例,供有兴趣的人去学习。很好的例子,希望大家喜欢(android tabhost)
- 2014-01-28 18:16:43下载
- 积分:1
-
拨打电话
虽然知道虚拟机跟真的手机一样,但是出现通话的界面时,感觉还是好神奇思密达。对于打电话这件事儿来说呢,可以设计一个简易拨号器,也可以两个虚拟机间进行通讯,Intent的用法:intent是连接两个界面的桥梁,也就是说,在我们点下按钮之后,要从当前界面跳转到拨打用户界面。intent通常需要两个属性,即setAction与setData。setAction用来表明跳转到的界面,这里使用的是系统Action,即拨打号码Action。setData用来表示当前界面需要向跳转的界面传递的参数。
关于Uri.parse(),是隐式意图激活,没有指定具体的组件名称,而是通过intent在系统中找到一个最合适的Activity,其中一个方法setDate的参数就是一个uri。"tel:"为规定格式,后面是你要拨打的电话号码,我们的号码是从EditText中get到的。
拨打电话需要在Manifest文件中修改权限:
- 2023-01-17 06:55:07下载
- 积分:1
-
android-base-station-positioning
android基站定位的实现方法和相关配置,简单易懂(android base station positioning implementation and related configuration, easy to understand)
- 2011-08-25 22:08:36下载
- 积分:1
-
Android富文本编辑器源码+服务端 完整实例下载
Android富文本编辑器源码+服务端 完整实例下载
- 2014-09-15下载
- 积分:1
-
android语音合成demo
android语音合成demo,非常强大,将demo目录里面的音频文件拷贝到手机SDcard中
- 2022-01-26 05:48:53下载
- 积分:1
-
ios 圆形进度条 GoalBarGoalBar源码下载
ios 圆形进度条 GoalBarGoalBar源码下载
- 2021-01-02 16:38:57下载
- 积分:1
-
AnnotationTypeMismatchException
Indicates that an annotation type has changed since it was compiled or serialized for Andriod.
- 2013-10-13 18:02:04下载
- 积分:1
-
InternalFileDemo
android开发文件读写实例demo,用户可在文本框输入文字写入文件,可用追加模式(A Demo of File read/write for Android development.)
- 2013-08-16 14:16:28下载
- 积分:1
-
RatingBarSample
Android RatingBar投票条实例,玩Android手机的朋友可能就见到过,用手机访问门户网站经常会见到投票功能,投票之后用彩条来显示投票的结果,这个实例就是实现投票彩条,有兴趣的不妨下载源码一试。(The Android RatingBar Voting instance friends play Android phone may have seen, often using mobile phones to access the portal will see the voting function, after the voting, with the color bar to display the results of the vote, this instance is to achieve voting color bar, interested may wish to download the source code a try.)
- 2013-04-09 19:08:54下载
- 积分:1