Skip to content

Commit 899803c

Browse files
[README 수정] 프로필 화면 제거 및 화면 영역 표 수정
1 parent 4f14ba8 commit 899803c

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,39 +8,37 @@ MVVM & Clean Architecture 패턴을 적용하고 Marvel의 Public API를 통해
88
<table>
99
<th>Home</th>
1010
<th>Detail</th>
11-
<th>Search</th>
1211
<tr>
1312
<td>
1413
<img src="https://github.com/Gun-HelloWorld/Android_MVVM_CleanArchitecture/assets/129313980/d15f3b15-b53a-41a9-a42e-da28d48b1b90" width="250" height="555"/>
1514
</td>
1615
<td>
1716
<img src="https://github.com/Gun-HelloWorld/Android_MVVM_CleanArchitecture/assets/129313980/0131a890-219e-4e9b-b821-040698abc09d" width="250" height="555"/>
1817
</td>
19-
<td>
20-
<img src="https://github.com/Gun-HelloWorld/Android_MVVM_CleanArchitecture/assets/129313980/bb8363a6-e921-44cf-8911-a1ed8c974a98" width="250" height="555"/>
21-
</td>
2218
</tr>
19+
</table>
20+
21+
<br>
2322

23+
<table>
24+
<th>Search</th>
2425
<th>Favorite</th>
25-
<th>Profile</th>
2626
<tr>
2727
<td>
28-
<img src="https://github.com/Gun-HelloWorld/Android_MVVM_CleanArchitecture/assets/129313980/35b1e2ec-b02b-44a6-9fb1-28e649767ce0" width="250" height="555"/>
28+
<img src="https://github.com/Gun-HelloWorld/Android_MVVM_CleanArchitecture/assets/129313980/bb8363a6-e921-44cf-8911-a1ed8c974a98" width="250" height="555"/>
2929
</td>
3030
<td>
31-
<p align="center">적용예정</p>
31+
<img src="https://github.com/Gun-HelloWorld/Android_MVVM_CleanArchitecture/assets/129313980/35b1e2ec-b02b-44a6-9fb1-28e649767ce0" width="250" height="555"/>
3232
</td>
3333
</tr>
3434
</table>
35-
3635
<br>
3736

3837
## 적용 범위
3938
- [x] 홈 화면 - 상단 로고 애니메이션, 배너, 카테고리별 아이템 표시
4039
- [x] 아이템 상세 화면 - 각 콘텐츠 상세화면 표시
4140
- [x] 검색 화면 - 검색 결과 표시
4241
- [x] 즐겨찾기 화면 - 로컬 기반 즐겨찾기 컬렉션 표시
43-
- [ ] 프로필 화면 - 로컬 기반 프로필 관리 화면 표시
4442

4543
<br>
4644

0 commit comments

Comments
 (0)