การใช้งานก็สามารถเรียกใช้งานผ่าน class Screensize ได้เลย โดยต้องส่ง context ไปกับเมธอดด้วย
1 2 | int widthScreen = ScreenSize.getWidth(context); int heightScreen = ScreenSize.getHeight(context); |
Code Class ScreenSize : สร้าง class ScreenSize แล้วนำ code ด้านล่างไปใส่