File tree 1 file changed +7
-9
lines changed 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -8,39 +8,37 @@ MVVM & Clean Architecture 패턴을 적용하고 Marvel의 Public API를 통해
8
8
<table >
9
9
<th >Home</th >
10
10
<th >Detail</th >
11
- <th >Search</th >
12
11
<tr >
13
12
<td>
14
13
<img src="https://github.com/Gun-HelloWorld/Android_MVVM_CleanArchitecture/assets/129313980/d15f3b15-b53a-41a9-a42e-da28d48b1b90" width="250" height="555"/>
15
14
</td>
16
15
<td>
17
16
<img src="https://github.com/Gun-HelloWorld/Android_MVVM_CleanArchitecture/assets/129313980/0131a890-219e-4e9b-b821-040698abc09d" width="250" height="555"/>
18
17
</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>
22
18
</tr >
19
+ </table >
20
+
21
+ <br >
23
22
23
+ <table >
24
+ <th >Search</th >
24
25
<th >Favorite</th >
25
- <th >Profile</th >
26
26
<tr >
27
27
<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"/>
29
29
</td>
30
30
<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"/ >
32
32
</td>
33
33
</tr >
34
34
</table >
35
-
36
35
<br >
37
36
38
37
## 적용 범위
39
38
- [x] 홈 화면 - 상단 로고 애니메이션, 배너, 카테고리별 아이템 표시
40
39
- [x] 아이템 상세 화면 - 각 콘텐츠 상세화면 표시
41
40
- [x] 검색 화면 - 검색 결과 표시
42
41
- [x] 즐겨찾기 화면 - 로컬 기반 즐겨찾기 컬렉션 표시
43
- - [ ] 프로필 화면 - 로컬 기반 프로필 관리 화면 표시
44
42
45
43
<br >
46
44
You can’t perform that action at this time.
0 commit comments