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

