2018-05-31から1日間の記事一覧

vibrate() method of Vibrator class is deprecated from API Level 26.

両方対応する場合ってこう書くのか、、勉強になるなぁ、、 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) { vibrator.vibrate(VibrationEffect.createOneShot(500, VibrationEffect.DEFAULT_AMPLITUDE)) // New vibrate method for API Level 26 or …

巡回メモ

chrome://settings/cleanupforbesjapan.com developer.android.com メテオフォール型開発 - 実践ゲーム製作メモ帳2 http://eiki.hatenablog.jp/entry/meteo_fall

/* -----codeの行番号----- */