On Fri, Jun 3, 2011 at 6:01 PM, Guilherme Lunhani <[email protected]> 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 [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

