Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

경북대 Android_유지예_1주차_과제 #10

Open
wants to merge 39 commits into
base: yjy1220
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
34f79e7
docs: readme.md func
Jun 26, 2024
bce177a
feat: func1 - make form
Jun 26, 2024
175d6e3
feat: func2 - profile image
Jun 26, 2024
0e91fa8
docs: readme
Jun 26, 2024
7aed137
feat: func 3 - input field base
Jun 26, 2024
e0144a9
feat: func4 - necessary phone number
Jun 26, 2024
232d9c3
feat: func5 - more toggle
Jun 26, 2024
4fe166e
feat: func6 - choose birth with calendar
Jun 26, 2024
6181c41
feat: func7 - choose gender
Jun 26, 2024
f5a7482
feat: func8 - cancel
Jun 26, 2024
750f6bd
feat: func9 - save
Jun 26, 2024
e0fa7b5
chore: toggle textview background color
Jun 26, 2024
d98073f
sub01[02] - docs:readme.md
Jun 27, 2024
020f0d6
feat: sub01[02] func1 - add contact
Jun 27, 2024
3cdea64
feat: sub01[02] func2 - main view floating button, text
Jun 27, 2024
a416479
docs: sub01[02] readme.md
Jun 27, 2024
e83af53
feat: sub01[02] func3 - contact object
Jun 27, 2024
538a974
docs: sub01[02] readme.md
Jun 27, 2024
015d5ba
feat: sub01[02] func4 - express Recyclerview with intent
Jun 27, 2024
9bdd6bb
feat: sub01[02] func5 - list view with recyclerview in main
Jun 27, 2024
9643a3e
feat: sub01[02] func6 - scroll & detail click
Jun 27, 2024
7c0d571
feat: sub01[02] func7 - detail view
Jun 27, 2024
f3dbeb2
feat: sub01[02] func8 - detail view condition
Jun 27, 2024
5f1ac66
fix: sub01[02] add activity in manifest.xml
Jun 27, 2024
8471f81
fix: sub01[02] notice adapter about changed data
Jun 27, 2024
3378f9d
docs: sub01[02] readme.md
Jun 27, 2024
34ea9c1
docs: video image
YJY1220 Jun 27, 2024
606fed8
docs : complete README.md
YJY1220 Jun 27, 2024
eee04a8
fix: sub01[02] choose gender default
Jun 27, 2024
8ae4646
fix: sub01[02] detail view with gender default
Jun 27, 2024
c9edb53
fix: sub01[02] pick calendar
Jun 27, 2024
c6dcba1
sub01[02] delete package
Jun 27, 2024
e9e8ec9
docs: complete readme.md
YJY1220 Jun 27, 2024
1910cee
chore : contact_add.xml radiogroup
Jul 1, 2024
e81c6e9
fix: string / private field
Jul 3, 2024
b9e0400
Merge branch 'feat-JiyeYU' of https://github.com/YJY1220/android-cont…
Jul 3, 2024
b40e90a
fix: field instance one-time
Jul 3, 2024
e9cdf63
perf: runtime func
Jul 3, 2024
207f8cf
docs: Update README.md
YJY1220 Jul 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: func7 - choose gender
유지예 authored and 유지예 committed Jun 26, 2024
commit 6181c415182fa7b2833e67766079f117458e4171
6 changes: 6 additions & 0 deletions app/src/main/java/campus/tech/kakao/contacts/MainActivity.kt
Original file line number Diff line number Diff line change
@@ -39,6 +39,12 @@ class MainActivity : AppCompatActivity() {
Toast.makeText(this, "이름과 전화번호는 필수 입력 값입니다.", Toast.LENGTH_SHORT).show()
return
}

//성별 선택
val gender = when(genderRadio.checkedRadioButtonId){
R.id.femaleButton -> "여성"
R.id.maleButton -> "남성"
}
}

//더보기 토글 기능 - 표시 및 숨기기