I just want to know that , is it a good practice to use single large icon and re-size them programatically for all different resolution rather having 4 to 5 icons in different folder like (hdpi , mdpi , ldpi , xhdpi , xxhdpi).
So , can we use DisplayMetrics class or to have different layout folder for all resolution to change the icon width-height programatically.
Please suggest me some solution.