Fragment中加入RecyclerView <?xml version="1.0" encoding="utf-8&qu...
這次我們要製作畫面底下選單 首先在Gradle裡dependenciese加上這段 dependencies { implementation...
其實呢 Menu就是昨日文章提到的置底功能列 一樣需要藉著xml去設置我們的功能列 Layout <?xml version="1.0"...
Sharepreference 我們可能在某個畫面需要用到上個畫面所使用的資料 像是登入帳號後下次打開要記住帳號密碼 給值 / 設定數值(資料) getShar...
這部分其實比較容易 先創建好MediaPlayer val mediaPlayer:MediaPlayer = MediaPlayer.create(this,...
Vibrator vibrator = (Vibrator) getApplication().getSystemService(Service.VIBRATO...
首先我們都需要先建置AudioManager val audioManager:AudioManager = getSystemService(Context....
Dialog可以實現功能就像我們Line的聊天紀錄常按之後會在畫面中間出現以下畫面 首先我們先建立Dialog的畫面 Layout <?xml vers...
我們在res/string 增加一個xml來製作我們的選單列表 <resources> <string name="app_...
val myadapter = ArrayAdapter.createFromResource(this, R.array.dayfood, android.R...