Class Utils
-
- All Implemented Interfaces:
public class Utils
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public abstract classUtils.TextViewLinkHandler
-
Constructor Summary
Constructors Constructor Description Utils()
-
Method Summary
Modifier and Type Method Description static voidshowSoftKeyboard(@NonNull() Context context)static voidshowSoftKeyboard(@NonNull() View view)static voidhideSoftKeyboard(@NonNull() View view)static intdpToPx(int dp)static StringgetMimeType(File file)static StringgetMimeType(String filePath)-
-
Method Detail
-
showSoftKeyboard
static void showSoftKeyboard(@NonNull() Context context)
-
showSoftKeyboard
static void showSoftKeyboard(@NonNull() View view)
-
hideSoftKeyboard
static void hideSoftKeyboard(@NonNull() View view)
-
dpToPx
static int dpToPx(int dp)
-
getMimeType
static String getMimeType(File file)
-
getMimeType
static String getMimeType(String filePath)
-
-
-
-