You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to section of String optimisation, cursor.getString() creates a new String.
So, there is a method copyStringToBuffer that is useful for viewHolder pattern in adapter.
Your adapterWrapper got very useful methods of getting data, would be very cool to add a copyToStringBuffer method!
Thanks!
The text was updated successfully, but these errors were encountered:
https://speakerdeck.com/cyrilmottier/optimizing-android-ui-pro-tips-for-creating-smooth-and-responsive-apps
Due to section of String optimisation, cursor.getString() creates a new String.
So, there is a method copyStringToBuffer that is useful for viewHolder pattern in adapter.
Your adapterWrapper got very useful methods of getting data, would be very cool to add a copyToStringBuffer method!
Thanks!
The text was updated successfully, but these errors were encountered: