-
Notifications
You must be signed in to change notification settings - Fork 3
Home 화면 개발 진행도
JSPark edited this page Apr 30, 2023
·
3 revisions
구상 | 개발 |
---|---|
- 홈 화면 구조
- 검색 바
- core:ui모듈
- MediSearchbar
- 최근 검색 목록
- feature:search 모듈
- Material Assist Chip 사용
- Button Chip으로 공통 뷰로 개발, core:ui모듈에 ButtonChip입니다.
- 클릭 콜백 등록하여 다음 처리가능
- 최근 댓글 목록
- feature:comments 모듈
- 머티리얼 chip과 Textview구성
- ButtonChip사용
- 클릭 콜백 있음
- 행정 처분 목록
- feature:penalties 모듈
- 머티리얼 chip과 Textview구성
- ButtonChip사용
- 클릭 콜백 있음
- 검색 바
댓글 목록과 행정 처분 리스트의 아이템은 공통 뷰인 SimpleListView를 사용하고,
아이템 뷰는 core:ui 모듈에 있습니다.
- 만든 공통 뷰
- ButtonChip
- HeaderForElementsView
- MediSearchbar
- SimpleListView
- ButtonChip