On Sun, Aug 7, 2011 at 8:01 AM, gkvoelkl <[email protected]> wrote: > If EditText changes, test.value should be changed. > If text.value changes EditText should be changed. > > How can I do that. >
Look at the documentation for EditText. It has functions for getting and setting the text value, which you can do at any point your heart desires - like when the text value you control changes. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

