Toggle navigation
Toggle navigation
This project
Loading...
Sign in
장연우
/
WELLO
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
신기성
2019-11-11 01:36:29 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e0c1d434e040ca1cabaa1e0f7e33835bb968037a
e0c1d434
1 parent
618e03ca
previous add
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
vip/app/src/main/java/com/example/vip/InputProfilFirstThreeActivity.kt
vip/app/src/main/java/com/example/vip/InputProfilFirstThreeActivity.kt
View file @
e0c1d43
...
...
@@ -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
()
...
...
Please
register
or
login
to post a comment