How to POST data from a Android Java button then load it in a web browser? -


possible duplicate:
how can open android browser specified post parameters?

i have set button link google checkout, however, need post whole lot of required data (not get) can't use usual intent method.

            //open browser             uri u = uri.parse(uri.tostring());             intent = new intent(intent.action_view, u);             startactivity(i); 

how post data url pressing button , load result web browser? in case google checkout webpage.

please see following link details android webview post. have use webview in layout, submit details load results webview.

another maybe of use - although not webview: android json httpclient send data php server httpresponse


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -