Bedoy

Results 16 comments of Bedoy

Remember that you're using an Adapter by ListView, all the items are going to be recycled, maybe that would be the problem

Remember that you'll working with a lot of devices with different specs, you should do downscaling maybe you have a good device, downscaling's a good pattern even the library doesn't...

I'm having the same issue but with xcode 8.3

Well the problem still happen sometimes, but I didn't find any solution :(

You can set a placeholder image, and another configurations. ``` GenericDraweeHierarchyBuilder hierarchyBuilder = GenericDraweeHierarchyBuilder.newInstance(getResources()) .setFailureImage(R.drawable.failureDrawable) .setProgressBarImage(R.drawable.progressBarDrawable) .setPlaceholderImage(R.drawable.placeholderDrawable); builder.setCustomDraweeHierarchyBuilder(hierarchyBuilder) ```

Seems its something related with you phone if you is throwing an exeption: Exception java.lang.RuntimeException: android.os.TransactionTooLargeException: data parcel size 861900 bytes https://stackoverflow.com/questions/11451393/what-to-do-on-transactiontoolargeexception

Try with compile ('com.kcthota:emoji4j:5.0'){ exclude group: 'org.objenesis' }

Would great it came up in horizontal as default, don't you think?