Andriod的联通性
forlong401
Ubuntu, Fedora and MAC Fans.
Android and ios App developer.
Mobile and Internet.
展开
-
Android的联通性---USB的从属模式(一)
http://blog.csdn.net/fireofstar/article/details/8225341 本文译自:http://developer.android.com/guide/topics/connectivity/usb/accessory.html USB的从属模式允许用户连接到专门给Android设备设计的USB主机硬件。这些附件必须遵循在Android从属模式开转载 2012-11-27 13:46:16 · 855 阅读 · 0 评论 -
Android的联通性---USB的主机模式和从属模式
http://blog.csdn.net/fireofstar/article/details/8223409 本文译自:http://developer.android.com/guide/topics/connectivity/usb/index.html Android通过两种模式来支持各种USB外设和Android的USB附件(实现了Android从属协议的硬件):USB从属模转载 2012-11-27 13:45:42 · 1159 阅读 · 0 评论 -
Andriod的联通性---Wi-Fi Direct(一)
http://blog.csdn.net/fireofstar/article/details/8214044 本文译自:http://developer.android.com/guide/topics/connectivity/wifip2p.html Wi-Fi Direct允许Android4.0(API Level 14)以后的设备,使用相应的硬件通过Wi-Fi直接的彼此相连转载 2012-11-27 13:44:37 · 940 阅读 · 0 评论 -
Andriod的联通性---Wi-Fi Direct(二)
http://blog.csdn.net/fireofstar/article/details/8220736 创建Wi-Fi Direct应用程序 创建Wi-Fi Direct应用程序涉及到给应用程序创建和注册广播接收器、发现对等设备、连接对等设备和把数据传送给对等设备。下面会介绍如何完成这些事情。 初始安装 在使用Wi-Fi Direct API之前,必须确保你的应用程序能够访问硬转载 2012-11-27 13:45:09 · 985 阅读 · 0 评论 -
Android的联通性---USB的从属模式(二)
http://blog.csdn.net/fireofstar/article/details/8228298 API概要 因为该附加的类库是一个针对框架API的封装,所以支持USB从属模式的类都是类似的。即使你正在使用这个附加类库,你也能够使用android.hardware.usb的参考文档。 注意:但是,在附加类库和框架API之间有一点使用上的差异,你应该注意。 下表介绍了支转载 2012-11-27 13:48:00 · 1055 阅读 · 0 评论 -
Android动画之translate(位移动画)
http://www.cnblogs.com/bavariama/archive/2013/01/29/2881225.html Activity的切换效果使用的是Android的动画效果,Android的动画在官方有相关资料:http://developer.android.com/guide/topics/graphics/animation.html和http://develope转载 2014-11-29 17:56:17 · 731 阅读 · 0 评论