[android-developers] Re: Out of memory on a xxx-byte allocation When setting progress values of SeekBars within ListView

2012-03-10 Thread JJ B
Hello, I think I figured this one out. Of course, I re-watched Romain Guy's IO presentation on ListViews and now I understand it a lot more. Even though my list will not be larger than 60 rows, I am assuming that re-using the convertView will help my memory issues a bit. With regard to my

[android-developers] Re: Out of memory on a xxx-byte allocation When setting progress values of SeekBars within ListView

2012-03-10 Thread JJ B
Ooops...nevermind...still Hosed. Any advice appreciated (Seekbar now has a mind of it's own) On Sat, Mar 10, 2012 at 11:18 PM, JJ B jjbjmanagem...@gmail.com wrote: Hello, I think I figured this one out. Of course, I re-watched Romain Guy's IO presentation on ListViews and now I understand