Class Utils
-
- All Implemented Interfaces:
public class Utils
Created by qinxue on 2018/5/3.
-
-
Constructor Summary
Constructors Constructor Description Utils()
-
Method Summary
Modifier and Type Method Description static int
getMaxLoader()
获取当前应用最大能展示的图片尺寸 static int
getScreenWidth(Context context)
static int
getScreenHeight(Context context)
-
-
Method Detail
-
getMaxLoader
static int getMaxLoader()
获取当前应用最大能展示的图片尺寸
-
getScreenWidth
static int getScreenWidth(Context context)
-
getScreenHeight
static int getScreenHeight(Context context)
-
-
-
-