android - Vector Drawable is memory efficient? -
sorry putting obvious question (?) troubling me sometime. using glide image loading , find quite in memory management. thinking move vector drawables of mrvector. need worry memory management?
for further info, each of image in jpg of size 200kb-300kb become 20- 30 kb in vector drawables. if info helps in answering question. thanks
yes.
we had png images 20kb because stretched them size of screen, , android converts them bitmap in memory, more 50mb!
switching vectors saved of memory.