On Thu, Oct 14, 2010 at 5:45 AM, pramod.deore <[email protected]> wrote: > I had number of rows in my view now I want to add 2 columns for each > row how to do this at runtime, I had tried but not succeed please help > me.
Add more children to your rows via addView(). Columns should appear automatically, based on the length of the longest row. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in London: http://skillsmatter.com/go/os-mobile-server -- 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

