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

Feat/week02 xml #3

Open
wants to merge 13 commits into
base: develop-xml
Choose a base branch
from
Open

Feat/week02 xml #3

wants to merge 13 commits into from

Conversation

t1nm1ksun
Copy link
Member

๐Ÿ“Œ PR ์š”์•ฝ

๐ŸŒฑ ์ž‘์—…ํ•œ ๋‚ด์šฉ

2์ฃผ์ฐจ xml ํ•„์ˆ˜๊ณผ์ œ

๐ŸŒฑ PR ํฌ์ธํŠธ

MyProfile ์ถ”๊ฐ€
Freind์™€ ๋””์ž์ธ ์ฐจ๋ณ„ํ™”
ConcatAdapter ์‚ฌ์šฉ

2024-04-16.5.24.19.mov

Copy link

@Sangwook123 Sangwook123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

๊ณ ์ƒํ•˜์…จ์Šต๋‹ˆ๋‹ค

private val nameId="ID"
private val namePassword = "PASSWORD"
private val nameNickname = "NICKNAME"
private val nameMbti = "MBTI"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

์ƒ์ˆ˜๋ฅผ ๊ด€๋ฆฌํ•˜๋Š” ๋” ์ข‹์€ ๋ฐฉ์‹์ด ์žˆ์„ ๊ฒƒ ๊ฐ™์Šต๋‹ˆ๋‹ค !

"ํšŒ์›๊ฐ€์ž… ์„ฑ๊ณต",
Snackbar.LENGTH_SHORT
).show()
startActivity(intent)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

์ด๋ ‡๊ฒŒ ๋กœ๊ทธ์ธ ์•กํ‹ฐ๋น„ํ‹ฐ๋กœ ์ด๋™ํ•œ๋’ค, ๋กœ๊ทธ์ธ ์•กํ‹ฐ๋น„ํ‹ฐ์—์„œ ๋’ค๋กœ๊ฐ€๊ธฐ ๋ฒ„ํŠผ์„ ๋ˆ„๋ฅด๋ฉด ์–ด๋–ป๊ฒŒ ๋ ๊นŒ์š”?

Copy link
Member

@0se0 0se0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

์ˆ˜๊ณ ํ•˜์…จ์Šต๋‹ˆ๋‹ค!

app/build.gradle Outdated
Comment on lines 18 to 20
buildFeatures {
viewBinding = true
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ํ˜น์‹œ ์ด ๋ถ€๋ถ„์€ ์ž˜ ๋ชป ๋“ค์–ด๊ฐ„ ๊ฑด๊ฐ€์š”??

Comment on lines 37 to 41
<activity
android:name=".Fragment.HomeFragment"
android:exported="false">

</activity>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fragment๋ผ์„œ activity ํƒœ๊ทธ๋กœ ๋”ฐ๋กœ ์ •์˜ ์•ˆํ•ด์ฃผ์…”๋„ ๋  ๊ฑฐ ๊ฐ™์•„์š”!

Comment on lines +7 to +30
<androidx.fragment.app.FragmentContainerView
android:id="@+id/fcv_home"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintBottom_toTopOf="@id/bnv_home"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<androidx.fragment.app.FragmentContainerView
android:id="@+id/fcv_mypage"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintBottom_toTopOf="@id/bnv_home"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<androidx.fragment.app.FragmentContainerView
android:id="@+id/fcv_search"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintBottom_toTopOf="@id/bnv_home"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FragmentContainerView ํ•˜๋‚˜๋งŒ ๋‘๊ณ , ํ™ˆ์•กํ‹ฐ๋น„ํ‹ฐ ํŒŒ์ผ์—์„œ BottomNavigation์ด๋ž‘ bnv์—์„œ ๋ณด์—ฌ์ง€๋Š” ๊ฐ Fragment๋ฅผ ์—ฐ๊ฒฐํ•ด์„œ ๊ตฌํ˜„ํ•˜๋Š” ๋ฐฉ๋ฒ•๋„ ์žˆ์„ ๊ฑฐ ๊ฐ™์•„์š”!

Copy link

@twogarlic twogarlic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

์ˆ˜๊ณ ํ•˜์…จ์Šต๋‹ˆ๋‹ค


private val mockFriendList = listOf(
Friend(
profileImage = R.drawable.baseline_person_24,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

๊ณ„์† ๊ฐ™์€ drawable ๋ฆฌ์†Œ์Šค๋ฅผ ์‚ฌ์šฉํ•˜๊ณ ์žˆ๋Š”๋ฐ ์ข€ ๋” ํšจ์œจ์ ์ธ ๋ฐฉ๋ฒ•์€ ์—†์„๊นŒ์š”?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants