-
public class Utils
-
-
Field Summary
Fields Modifier and Type Field Description private static String
hardware
private static String
screenResolution
-
Method Summary
Modifier and Type Method Description static String
getHardware()
static String
getScreenResolution(Context context)
static String
getScreenResolution(Context context)
static void
closeQuietly(Closeable closeable)
static int
getLayoutId(Context context, String name)
static int
getViewId(Context context, String name)
static int
getDrawable(Context context, String name)
static int
getString(Context context, String name)
static int
getStyle(Context context, String name)
static int
getColor(Context context, String name)
static int
getScreenWidth(Context context)
static int
getScreenHeight(Context context)
static int
dip2px(Context context, float dpValue)
static int
px2dip(Context context, float pxValue)
static String
encodeToBase64(String str)
static String
decodeFromBase64(String str)
static boolean
networkConnected(Context context)
static String
getNetworkStateString(Context context)
static int
getNetworkState(Context context)
static String
randomStr(int length)
static String
getTranslatedString(String text)
-
-
Method Detail
-
getHardware
static String getHardware()
-
getScreenResolution
static String getScreenResolution(Context context)
-
getScreenResolution
static String getScreenResolution(Context context)
-
closeQuietly
static void closeQuietly(Closeable closeable)
-
getLayoutId
static int getLayoutId(Context context, String name)
-
getDrawable
static int getDrawable(Context context, String name)
-
getScreenWidth
static int getScreenWidth(Context context)
-
getScreenHeight
static int getScreenHeight(Context context)
-
encodeToBase64
static String encodeToBase64(String str)
-
decodeFromBase64
static String decodeFromBase64(String str)
-
networkConnected
static boolean networkConnected(Context context)
-
getNetworkStateString
static String getNetworkStateString(Context context)
-
getNetworkState
static int getNetworkState(Context context)
-
getTranslatedString
static String getTranslatedString(String text)
-
-
-
-