Hi Android developers,
I want to know how to choose the dimensions of drawables; for example, I have an image that I want to insert in my app, what size (pixel) the image should be to be inserted inside xxhdpi, xhdpi, hdpi, mdpi, and ldpi ?
I've analyzed many android apps on GitHub, they use random image sizes (pixel) for different densities.