Hi All, I have a small doubt regarding network connection procedure in Android.
My scenario is like, I am connecting to remote server over TCP using 3G. After it got connected, I enabled Wi-Fi. Android has switched to WiFi. And, still connection is alive with server, means there is no connection drop.
Here, I want to know one thing. When N/W is switched from 3G to Wi-Fi, will Android (or any other) device change its IP address as well ? and if it changes its IP, will that old connection is valid ? (means, on new IP, there should be again new connection.)
Thanks in advance.