I want to create an Android application that will act as a proxy server, and all Internet communications (at least http) will be redirected to this application before going online.
I do not know how to do this, so any help is appreciated.
thank
This is not possible without shortening the phone, as this blog post explains exactly:
http://android-proxy.blogspot.com/
Edit: This is a really special blog site!
In fact, I believe that the best solution is to implement a service that processes the HTTP request and redirects them using org.apache.http.client.HttpClient, but I do not know how to do this.