Open codingblazer opened 7 years ago
@sandarumk Can I proceed on this ?
@sandarumk Can i work on this. I have no issues assigned as of now :-)
Let's keep these two issues aside for a while. We will come back to this when we finish the current bugs and enhancements.
There is scope of reducing apk size at various places as listed below -
Making vector drawables for sharp drawables in project - ic_down_arrow, ic_help, ic_lock and many more.
All the remaining png drawables (i.e. which are not sharp drawables) can be reduced in size by using tools like pngcrush, or tinypng as recommended by Google in Android Docs -
These will not only reduce size but increase performance as loading resources becomes fast.