728x90 Preferences1 안드로이드 Preferences Screen UI를 통해서 Preferences를 사용할 수 있도록 제공되는 개념이다. PreferenceFragment를 사용하며 저장 기능까지 모두 구현 되어 있다. package com.example.preferencesscreen import androidx.appcompat.app.AppCompatActivity import android.os.Bundle import kotlinx.android.synthetic.main.activity_main.* class MainActivity : AppCompatActivity() { val settingFragment = SettingFragment() val resultFragment = ResultFragment() override fun onCreate(sa.. 2022. 6. 23. 이전 1 다음 728x90