: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/:
http://123maza.com/65/rings780/: http://123maza.com/65/rings780/

On May 12, 9:28 am, Dianne Hackborn <hack...@android.com> wrote:
> Not reusing views will most likely cause a noticeable performance impact for
> things like scrolling through the list, since now every time a new item in
> the list is shown a while new view hierarchy needs to be built for it.
>
> Always always recycle views.
>
>
>
>
>
>
>
>
>
> On Thu, May 12, 2011 at 9:15 AM, Yahel <kaye...@gmail.com> wrote:
> > Your solution seems to simple not reuse the views. I don't think
> > you'll hit a performance issue speed-wise but you may want to check
> > memory-wise as I believe this is the main reason behind this design.
>
> > Especially if you have one bitmap per row, a long list of row could
> > trigger "Bitmap exceeds VM budget" memory exceptions.
>
> > Yahel
>
> > --
> > 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+unsubscr...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
> --
> Dianne Hackborn
> Android framework engineer
> hack...@android.com
>
> Note: please don't send private questions to me, as I don't have time to
> provide private support, and so won't reply to such e-mails.  All such
> questions should be posted on public forums, where I and others can see and
> answer them.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to