File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed
Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 1- # 🖼️ 10th Android Test
1+ # 🖼️ 이미지 스트림 아카이빙 앱
22
33## 🤍 Summary
44
3434<img src="https://github.com/user-attachments/assets/d8d9dad4-4e7f-41eb-847d-833b82f64439 ", width="300" />
3535</p >
3636
37+ ## 📂 Project Directory Structure
38+
39+ ```
40+ 📂 com.prography.android.test.hyunjung/
41+ ├── 📂 data/
42+ │ ├── 📂 local/ # Room DB 관련 코드
43+ │ ├── 📂 model/ # 데이터 모델 정의
44+ │ ├── 📂 network/ # API 서비스 인터페이스 및 네트워크 관련 코드
45+ │ └── 📂 repository/ # 데이터 레이어(레포지토리) 구현
46+ ├── 📂 di/ # 의존성 주입(DI) 모듈
47+ ├── 📂 navigation/ # 앱 내 내비게이션 관련 코드
48+ ├── 📂 ui/
49+ │ ├── 📂 component/ # 재사용 가능한 UI 컴포넌트
50+ │ ├── 📂 detail/ # 상세 화면
51+ │ ├── 📂 home/ # 홈 화면
52+ │ ├── 📂 random/ # 랜덤 화면
53+ │ └── 📂 theme/ # 테마 관련 코드 및 스타일 정의
54+ └── 📂 utils/ # 유틸리티 클래스 및 헬퍼 함수
55+ ```
56+
3757## 🛠️ Tech Stack
3858
3959- ** Minimum SDK Version** 24
You can’t perform that action at this time.
0 commit comments