• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps EditText variable to pass to url

smhall05

Lurker
Hello all,

I have a URL as in:

http://www.site.com/data?string1=<value>

How do I setup a variable provided by the user in an EditText before the onCreate?

I want to take what the user provides and post that to a server as in the above url.
 
Back
Top Bottom