android-contentprovider-generator icon indicating copy to clipboard operation
android-contentprovider-generator copied to clipboard

REQUEST FEATURE: copyStringToBuffer

Open AlexBlokh opened this issue 11 years ago • 0 comments

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!

AlexBlokh avatar Sep 23 '14 11:09 AlexBlokh