Can wifi and 3G work at the same time on Android?
I am doing a project which needs the Android tablet to communicate with a local network device via Wifi(tcp/ip) and at the same time send data to server via 3G(http request).
The Android tablet receives data from local network device every 1 seconds. This connection must not be disconnected during the whole running time. And the Android tablet will send data to server using HTTP request some time (every minute or longer interval).
Is it possible to make WIFI and 3G working at the same time? If no, any suggestion for my problem?
Thank you very much!
yes it should work. you can observe this when you are downloading mms, typically even when your wifi is on mms can be downloaded only on 3G or data network.
I developed an application which prints on W-lan printers and also send and get data over 3G, so i would say yes. But if you are sufing with your phone it will prefer w-lan and use only one of them.
链接地址: http://www.djcxy.com/p/10694.html上一篇: 确定作者当前的代码分布