Re: [android-developers] Re: get the text in edit text on button click

2012-08-26 Thread Krishna Mahadik
Check if your EditText id is correct. Code is correct. On Mon, Aug 27, 2012 at 12:02 PM, vinay kumar wrote: > Hi vikas, > > I don't see any issue in your code, may I know what problem you are facing > with? > > > On Mon, Aug 27, 2012 at 11:55 AM, karuna vikas wrote: > >> activity implement

Re: [android-developers] Re: get the text in edit text on button click

2012-08-26 Thread vinay kumar
Hi vikas, I don't see any issue in your code, may I know what problem you are facing with? On Mon, Aug 27, 2012 at 11:55 AM, karuna vikas wrote: > activity implements OnClickListener > EditText text; > String editText; > public void OnCreate() > { >text = (EditText) findViewById(R.id.E

Re: [android-developers] Re: get the text in edit text on button click

2012-06-04 Thread pushpa nc
In your activity class do the following EditText text = (EditText) findViewById(R.id.youredittextid); EditText text1 = (EditText) findViewById(R.id.youredittextid); and implement onclicklistener btn.setOnclickListener(new OnclickListener(){ public void onclick(){ text.setText("Textva

Re: [android-developers] Re: get the text in edit text on button click

2012-06-03 Thread TreKing
On Sun, Jun 3, 2012 at 9:32 AM, Raghavendra Rao wrote: > Thnks for the advice. Am dng tht nw.. Also wrote an app, wil b soon > uploadin by tomo. Need ur valuable guidelines through out > > Once again am thankful to u > Here's some guidance: take 2 minutes to proofread your posts. Good spelling an

Re: [android-developers] Re: get the text in edit text on button click

2012-06-03 Thread Raghavendra Rao
Hi, Thnks for the advice. Am dng tht nw.. Also wrote an app, wil b soon uploadin by tomo. Need ur valuable guidelines through out Once again am thankful to u On Jun 3, 2012 7:50 PM, "Fred Niggle" wrote: > The best advice is to work through as many tutorials as you can find. > If you simply dive

Re: [android-developers] Re: get the text in edit text on button click

2012-06-03 Thread Fred Niggle
The best advice is to work through as many tutorials as you can find. If you simply dive into android programming without a good grip of its aspects then you will constantly run into trouble. Hope this helps, and good luck. On 3 June 2012 06:46, Raghavendra Rao wrote: > Yes i tried, but am not