신기성

previous add

......@@ -32,6 +32,11 @@ class InputProfilFirstThreeActivity : AppCompatActivity() {
})
not use this code end */
previousButton.setOnClickListener {
var intent = Intent(this, InputProfilFirstTwoActivity::class.java)
startActivity(intent)
}
val prof: SharedPreferences=getSharedPreferences("profdata", Context.MODE_PRIVATE)
val editor: SharedPreferences.Editor=prof.edit()
......