-
Notifications
You must be signed in to change notification settings - Fork 1
2024_11_07_meeting_minute
yujin45 edited this page Nov 7, 2024
·
1 revision
์ผ์: 2024-11-07
์ฅ์: ์คํ๋ผ์ธ!
์ฐธ์์: ์ ์ ์ง, ์ํ์ค, ๋ ธ์งํ, ๊น๋์ค, ๊น์ ํธ
- ํ์ฌ ์ฑ ๋ด๋ถ์ ์ฌ์ง์ ์ ์ฅํ๋ ๋ฐฉ์
- ํด๋น ์ฌ์ง์ ์ ์ฅ ์ทจ์ํ๋ฉด ์ฑ ๋ด๋ถ์ ์ ์ฅ๋ ์ฌ์ง๋ ์ญ์ ํ๊ณ db์์๋ uri ์ญ์ ํด์ผ ํ๋ ์ํฉ
- ์ดํ ๊ณ ๋ คํด๋ณผ ์ฌํญ
- ์ ์ฅ ์ทจ์ํ ๋ ์ฌ์ง ์ญ์ ์ด๋ป๊ฒ ํ ๊ฒ์ธ์ง (๋ด๋ถ ํ์ผ ๋ฐ DB ์ฒ๋ฆฌ)
- ์ฑ ๋ด๋ถ์ ์ฌ์ง์ ์ ์ฅํ๊ฒ ๋๋ฉด ์ฑ์ ์ฉ๋์ด ์ปค์ง๊ฒ ๋๋ ์ํฉ ๋ฐ์
- ํด๋น ๋ถ๋ถ ์ฐ๊ด๋ ์ด์ ๋
ผ์ ์ฌํญ
- ๊ฐค๋ฌ๋ฆฌ์ ์ ์ฅํ ๊ฒฝ์ฐ ๊ฐค๋ฌ๋ฆฌ์์ ์ฌ์ฉ์๊ฐ ์ฌ์ง์ ์ญ์ ํ ๊ฒฝ์ฐ ์ด๋ป๊ฒ ํ ๊ฒ์ด๋? ๋ฑ์ ์ด์ ๋ก ์ฑ ๋ด๋ถ์ ์ฌ์ง์ ์ ์ฅํ์๊ณ ๋ ผ์๋ ์ํ์์
- ํด๋น ๋ถ๋ถ ์ฐ๊ด๋ ์ด์ ๋
ผ์ ์ฌํญ
//1
@Preview(showBackground = true, uiMode = UI_MODE_NIGHT_YES)
@Preview(showBackground = true, uiMode = UI_MODE_NIGHT_NO)
//2
@Preview(
name = "AlbumScreen Light Mode",
showBackground = true,
uiMode = Configuration.UI_MODE_NIGHT_NO
)
@Preview(
name = "AlbumScreen Dark Mode",
showBackground = true,
uiMode = Configuration.UI_MODE_NIGHT_YES
)
- Preview์์ ํ๋ฆฌ๋ทฐ ๊ด๋ จ
name
์ ์ง์ ํด์ค ๊ฒ์ธ๊ฐ? -
uiMode
์์ Configuration์ ์ง์ ํด ์ค ๊ฒ์ธ๊ฐ?
โ ํต์ผํ์ฌ Conifguration ์์ด ์ง์
๋ฐ์ผ๋ฆฌ ์คํฌ๋ผ
1์ฃผ์ฐจ
2์ฃผ์ฐจ
3์ฃผ์ฐจ
4์ฃผ์ฐจ
5์ฃผ์ฐจ
ํ์๋ก
1์ฃผ์ฐจ
2์ฃผ์ฐจ
3์ฃผ์ฐจ
4์ฃผ์ฐจ
5์ฃผ์ฐจ