I need a class that represents width and height.
I know that creating such a class is quite simple. However, instead of creating my own, I want to know if Android came with any equivalent of the java.awt.Dimension
class? The closest I can find is Camera.Size
. However, I have a problem in creating an instance from it.
source share