Re: [android-beginners] Need info on how to add the radio buttons dynamically

2010-01-14 Thread TreKing
Have you looked at RadioGroup in the documentation? - TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Fri, Jan 8, 2010 at 5:48

Re: [android-beginners] Need info on how to add the radio buttons dynamically

2010-01-14 Thread Yuvi
Hi, here's a piece of code that I'm using in my app, which creates radio buttons on runtime: protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.mylayout); radioGroup = (RadioGroup) findViewById(R.id.radiogrp);

Re: [android-beginners] Need info on how to add the radio buttons dynamically

2010-01-14 Thread me,Ramesh Yankati
Yes u can do it using Frame layout or overlayout form. Regards Ramesh On Fri, Jan 8, 2010 at 5:18 PM, medpur medpur.rajagop...@wipro.com wrote: Hi , I am working on one applications ,where i need to add the radio buttons on the fly ,please let me know how we can ahcieve in the android

[android-beginners] Need info on how to add the radio buttons dynamically

2010-01-13 Thread medpur
Hi , I am working on one applications ,where i need to add the radio buttons on the fly ,please let me know how we can ahcieve in the android application. Regards, medpur -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and