Possible Duplicate:
How Android application decide if they want to use network proxy or not
I have a client server application where the client sends a file from the android phone to the server which is on amazon ec2.
I was wondering if i can use this application and establish a connection between the client and server even if the WIFI the client is connected to has a proxy (from which i have a username and password).
if not, what should i do to make it work?
btw it seems there is this app proxydroid. My android version is 2.3, it seems they solved it for 3.2 and above as shown here. Any other recommendations?