[android-beginners] Re: Usage of TextView. Append and setText.

2010-02-22 Thread Marco
It's also my doubt... No one know how to do?? On Feb 4, 6:51 am, Jung Droid iam1...@gmail.com wrote: I have one simple problem with updatingTextView. Here is example of my sample code. class MyClass extends Activity{ .. ..    TextViewtv = (TextView)findViewById(R.id.body);    

[android-beginners] Re: usage of technology

2009-10-27 Thread RichardC
Java SE 1.5 or 1.6 with the Andoid class libraries for full info please read http://developer.android.com/sdk/1.6_r1/index.html http://developer.android.com/sdk/1.6_r1/requirements.html -- RichardC On Oct 27, 4:11 am, sabs bsabare...@gmail.com wrote: Hi every body, I am developing

[android-beginners] Re: Usage of Radio Group and radio Button

2008-11-17 Thread Mark Murphy
I confess that I do not completely understand the nature of your questions, but if I am correct, the following API methods in the SDK may help: [EMAIL PROTECTED] wrote: I am not sure that how can I read that back in the program? RadioGroup#getCheckedRadioButtonId() if user makes one

[android-beginners] Re: usage of

2008-04-28 Thread Megha Joshi
Hi Chad, What is the error that you are getting? It is not recommended to use ViewGroup directly, you may want to use one of the Layout classes instead, please see the ApiDemos. I also noticed you have declared the TextView tv twice. Thanks, Megha On Sun, Apr 27, 2008 at 9:04 AM, chad [EMAIL