摘要: 最近遇到一个比较奇葩的需求:App与硬件通过WiFi LAN通信, 同时App需要与服务器通过3G/4G WAN通信,如下图:众所周知,手机同时打开WiFi和3G时候,会优先走WiFi。这个该如何实现呢?市面上有一个极路客APP已经实现此方案,网上各种搜索资料,出现一个Multipath TCP概念... 阅读全文
posted @ 2015-12-21 23:41 yulang 阅读(1626) 评论(0) 推荐(0)
摘要: A UIScreen object contains the bounding rectangle of the device’s entire screen. When setting up your application’s user interface, you should use the... 阅读全文
posted @ 2015-12-21 22:37 yulang 阅读(3459) 评论(0) 推荐(0)