Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can wifi and 3G work at the same time on Android?

Tags:

android

wifi

3g

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!

like image 825
Fly_Over_Android Avatar asked Apr 20 '12 08:04

Fly_Over_Android


1 Answers

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.

like image 166
Naresh Avatar answered Oct 07 '22 23:10

Naresh