Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide proper reuse of convertView - or remove convertView #2

Open
slodge opened this issue Oct 18, 2012 · 0 comments
Open

Provide proper reuse of convertView - or remove convertView #2

slodge opened this issue Oct 18, 2012 · 0 comments

Comments

@slodge
Copy link
Owner

slodge commented Oct 18, 2012

Currently the convertView situation looks buggy to me:

  1. It appears that the type of view being reused isn't checked before reuse (I might be wrong on this - I haven't yet fully understood the code!)
  2. When views are reused it seems that member variable updates and event subscription/unsubscription isn't fully handled in all cases

I think these current problems aren't that important for small dialogs, or for dialogs used in one-pass update/refresh cycles.

However, for Mvvm - where individual fields will be updated - then this seems very important to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant