android - Can I use Glide to have CircleImage with overlapping icon like in Facebook messenger? -
i'm searching library me make cricular image view's in facebook messenger (with z blue messenger icon or grey facebook icon). how came it? can done glide? if not, then?
1.i suggest checkout image management library facebook fresco pretty awesome , mature compared other image loading library.
2.fresco has simpledraweeview
custom image view supports rounded corners , circles
link , supports animated(.gif, .webp) normal images(.jpg, .png).
3.fresco handles things caching of images 3 tier architecture ( bitmap_memory_cache
, encoded_memory_cache
, disk_cache
). reduces oom(out of memory) issues. when image in view goes out of screen automatically recycles bitmap, hence releasing memory.
Comments
Post a Comment