Do you mean this: add the flow code to your listener: EditText a= (EditText) findViewById(R.id.**) String b = a.getText().toString()
http://developer.android.com/guide/tutorials/notepad/index.html On Thu, Jul 23, 2009 at 16:25, Bibrak Qamar <[email protected]> wrote: > Hi all, > > I have to input text from user ( lat and lng ) and use them to geocode. > Please help me how to drive user to a textbox and get input then click a > button where i can perform the event. > > I have found out a way how to add-listeners using a botton, but have no > idea how to take input from textbox and use it in my event. > > I will appreciate any help from u huys out there. > > Thanks > regards > -- > Bibrak Qamar > NUST-SEECS > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

