Notice
Recent Posts
Recent Comments
Link
목록callVibrator (1)
투케이2K
429. (android/java) [android 12 / target 31] [유틸 파일] callVibrator - 모바일 진동 바이브레이션 수행 실시
[개발 환경 설정] 개발 툴 : AndroidStudio [소스 코드] // TODO [SEARCH FAST] : [VOID] callVibrator : 모바일 진동 활성 메소드 static Handler callVibratorHandler = new Handler(Looper.getMainLooper()); public static void callVibrator(Context mContext){ /** * // ----------------------------------------- * [callVibrator 메소드 설명] * // ----------------------------------------- * 1. 모바일 진동 발생 수행 메소드 * // --------------------..
Android
2022. 12. 24. 14:05