12 messages in com.googlegroups.android-developersRe: How can hold all the request from...| From | Sent On | Attachments |
|---|---|---|
| Wade Yin | 29 Nov 2007 07:36 | |
| Adam Plocher | 29 Nov 2007 08:23 | |
| rtreffer | 29 Nov 2007 09:38 | |
| Peter Blazejewicz | 29 Nov 2007 12:49 | |
| neil | 29 Nov 2007 15:15 | |
| Peter Blazejewicz | 29 Nov 2007 17:56 | |
| neil | 30 Nov 2007 00:14 | |
| Peter Blazejewicz | 30 Nov 2007 15:12 | |
| neil | 01 Dec 2007 00:50 | |
| Peter Blazejewicz | 01 Dec 2007 01:14 | |
| neil | 01 Dec 2007 05:07 | |
| Wade Yin | 02 Dec 2007 06:00 |
| Subject: | Re: How can hold all the request from web browser or other internet tools in Android?![]() |
|---|---|
| From: | Peter Blazejewicz (pete...@gmail.com) |
| Date: | 11/29/2007 05:56:45 PM |
| List: | com.googlegroups.android-developers |
hi neil,
this is absurd, read first post, full control about what? raw bytes? headers? so what then? how to deal with request? write abstract browser implementation? how to get cookie information? or saved data from text fields? or at least have "back button" working if user do not want to deal with provided *super* service for some reason,
regards, Peter On Nov 30, 12:15 am, neil <neil...@freenet.de> wrote:
You'll gain full control with a HTTP proxy at localhost :)
On 29 Nov., 21:50, Peter Blazejewicz <pete...@gmail.com> wrote:
hi Wade,
maybe built application which uses WebView simply? you can use text
input and button to have address bar and embedded browser instance,
it provides much the same functionality as standalone browser but
expose information you want to use to your application I
think,http://code.google.com/android/reference/android/webkit/WebView.html
your application could probably request registration to system service
for handling http/https request (intents) from other native
applications (excluding browser itself I think), eg. for that
intent:http://code.google.com/android/reference/android/content/Intent.html#...
regards, Peter
On Nov 29, 4:37 pm, Wade Yin <Wade...@gmail.com> wrote:
Folks,
I just want to implement a new application that can provide some kind of services: When users want to visit some sites through web browser, all the visit requests the user made can be hold by my Apps i.e. "WebDispatcher", so I can add some feature to users; such as show some special links, launch other apps to provide some assistant services...
First step, could you pls tell how can I get the requests made my users? --- The URL that user input from address bar, the link that user "click" from web page...
any suggestion and clue will be welcome & Thanks in advance
Wade Y- Zitierten Text ausblenden -




