We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5857ab commit 51f12e0Copy full SHA for 51f12e0
README.md
@@ -2,6 +2,16 @@
2
3
## 🤍 Summary
4
5
+### 메인 화면
6
+
7
+- **로딩 중인 상태**
8
+ - `SkeletonView` + `CircularProgressIndicator` 사용
9
+- **북마크**
10
+ - 북마크가 없는 상태 → 북마크 섹션 생략
11
+ - 북마크가 있는 상태 → `Room` 에 저장 → 북마크 섹션 보여짐
12
+- **무한 스크롤**
13
+ - 페이지 단위로 API를 호출하여, 최하단에 도달 시 다음 페이지 이미지들을 불러옴
14
15
## 📸 ScreenShots
16
17
<p>
@@ -19,7 +29,7 @@
19
29
- Kotlin
20
30
21
31
- **UI**
22
- - Jetpack Compose
32
+ - Jetpack Compose
23
33
24
34
- **API**
25
35
- [Unsplash](https://unsplash.com/developers)
0 commit comments