I am newbie to Android development, can you please help me for below scenario
From Android native application
Open url into browser, along with
Post some values to that page
Share me if you have test code.
I am newbie to Android development, can you please help me for below scenario
From Android native application
Open url into browser, along with
Post some values to that page
Share me if you have test code.
To have a browser shown in you application with URL, you could use webView in your application. It can take a URL as its input. You could refer to the document on the Android developers site for the usage: http://developer.android.com/reference/android/webkit/WebView.html
And there is also an example available: http://developer.android.com/resources/tutorials/views/hello-webview.html