Top "3g-network" questions

3g-network is short for 3rd generation mobile telecommunications, a generation of standards for mobile phones and other mobile devices.

How to turn on 3G mobile data programmatically in Android?

package com.testing.connection; import android.app.Activity; import android.net.ConnectivityManager; import android.os.Bundle; import android.view.View; …

android 3g-network
UDP hole punching not going through on 3G

I'm trying to implement in a software a hole punching feature. The thing is, I'm implementing this with an already …

udp 3g hole-punching 3g-network
Getting the IP address of the android device when connected to 3G mobile network

When I am connected to WiFi, I can obtain the IP address of the Android phone. However, when on the …

java android ip-address 3g-network
How to switch from 3G and 2G/EDGE vice versa?

I am trying to switch the network preference from 3G to 2G/EDGE through code and vice versa. I can …

android 3g-network