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

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -