Friday, June 3, 2011

Re: [android-developers] Problem on create many different Views with ArrayList

On Fri, Jun 3, 2011 at 6:01 PM, Guilherme Lunhani <gcravista@gmail.com> wrote:
> I'm trying to populate many different widgets (SeekBars and Buttons)
> in a RelativeLayout with ArrayList objects, but when I run/debug
> application,
> LogCat give me errors;

In line 90, you are trying to cast a RelativeLayout to some other class.

> It is not the first time I face problems to populate Views with ArrayList
> Is there a better option to make this?

It is unclear what the ArrayLists are doing for you.

--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android 3.0 Programming Books: http://commonsware.com/books

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment