Use only 1 setText. That way you won't overwrite the value. On Wed, Aug 17, 2011 at 6:20 PM, Ratheesh Valamchuzhy <[email protected]>wrote:
> Hi Mark Murphy > > Thanks for the help,,,,,,,,,,, > > i have one more question > > *i have 2 integer value > > int msg1,mg2; > > > > txtMessage = (EditText) findViewById(R.id.txtMessage); > > txtMessage.setText(String.valueOf(msg1)); > > txtMessage.setText(String.valueOf(msg2)); > > * > after this code the edittext contains only the value of msg2 > the msg1 is overwrite > > > i want the 2 values in the edittext one by one > > plse help > > -- > 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 > -- -------------------- Raghav Sood CEO/Founder/Owner/Dictator/Tyrant at Appaholics (Basically all titles required to have complete control) http://www.raghavsood.com/ https://market.android.com/developer?pub=Appaholics http://www.appaholics.in/ -- 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

