-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[#274] ๋ฆฌ๋๋ฏธ ์ถ๊ฐ
- Loading branch information
Showing
1 changed file
with
98 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,99 @@ | ||
# gabbangzip-Android | ||
๊ฐ์๋นต์ง์ผ๋ก Android Repository | ||
# ๐ธ PIC | ||
|
||
### Shortcuts | ||
- [Code Convention](https://github.com/mash-up-kr/gabbangzip-Android/wiki/Code-Convention) | ||
<img src="https://github.com/user-attachments/assets/b8330514-e473-4087-b724-d3b67641426e"/> | ||
|
||
**๊ทธ๋ ์ ์ถ์ต์ ๊ธฐ๋กํ๋ ์ฐ๋ฆฌ๋ง์ ๋ค์ปท์ฌ์ง** | ||
|
||
- ์ํ๋ ์น๊ตฌ๋ค๊ณผ ๊ทธ๋ฃน๋ฐฉ์ ๋ง๋ค์ด์ | ||
- ํจ๊ป ์ฐ์ ์ฌ์ง๋ค์ ํฌํํด์ | ||
- ๋ฒ ์คํธ ์ฌ์ง์ผ๋ก ๋ค์ปท ์ฌ์ง์ด ๋ง๋ค์ด์ ธ์ | ||
|
||
# ๐พ App Download | ||
|
||
<a href="https://play.google.com/store/apps/details?id=com.mashup.gabbangzip.sharedalbum"> | ||
<img src="https://user-images.githubusercontent.com/63157395/211233100-2f255c00-3336-4125-b5da-2fd935e40b5a.png" width="101px" /> | ||
</a> | ||
|
||
# ๐ป Contributor | ||
|
||
<div align="center"> | ||
<table style="font-weight : bold"> | ||
<tr> | ||
<td align="center"> | ||
<a href="https://github.com/sooziini"> | ||
<img alt="sooziini" src="https://avatars.githubusercontent.com/sooziini " width="100" /> | ||
</a> | ||
</td> | ||
<td align="center"> | ||
<a href="https://github.com/SEO-J17"> | ||
<img alt="SEO-J17" src="https://avatars.githubusercontent.com/SEO-J17" width="100" /> | ||
</a> | ||
</td> | ||
<td align="center"> | ||
<a href="https://github.com/oreocube"> | ||
<img alt="oreocube" src="https://avatars.githubusercontent.com/oreocube" width="100" /> | ||
</a> | ||
</td> | ||
<td align="center"> | ||
<a href="https://github.com/JeonK1"> | ||
<img alt="JeonK1" src="https://avatars.githubusercontent.com/JeonK1" width="100" /> | ||
</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td align="center">๋ฐ์์ง</td> | ||
<td align="center">์์ ์ฐ</td> | ||
<td align="center">์ฃผ์งํ</td> | ||
<td align="center">์ ๊ณ์</td> | ||
</tr> | ||
</table> | ||
</div> | ||
|
||
# ๐จ Structure | ||
|
||
<img src=https://github.com/user-attachments/assets/2678bf88-461d-436a-abb8-f3406313db45/> | ||
|
||
+ Claen Architecture์ MVVM ํจํด์ ์ ์ฉํ์ฌ ํ๋ก์ ํธ๋ฅผ ๊ตฌ์ฑํ์ต๋๋ค | ||
+ ๊ฐ์ด๋์ ๋ฐ๋ผ App, Data, Domain, Presentation ๋ชจ๋๋ก ๋ถ๋ฆฌํ๊ณ ๋ค์ ๊ทธ๋ฆผ๊ณผ ๊ฐ์ ์์กด์ฑ์ ๊ฐ์ง๋๋ก ์ค๊ณํ์ต๋๋ค. | ||
|
||
# ๐ Tech & Library | ||
|
||
+ Target SDK Level 34 | ||
+ Min SDK Level 26 | ||
+ Kotlin 1.9.10 | ||
|
||
| ๊ตฌ๋ถ | ๋ด์ฉ | | ||
|-------------------------|-----------------------------------------------------------------------| | ||
| Architecture | Clean Architecture | | ||
| DesignPattern | MVVM | | ||
| Jetpack | Compose, Lifecycle, Navigation, EncryptedSharedPreferences, ViewModel | | ||
| Network | Retrofit, OkHttp, Moshi | | ||
| Asynchronous Processing | Coroutine, Flow | | ||
| Dependency Injection | Hilt | | ||
| Third Party Library | Coil-Compose, Kakao SDK, Firebase Cloud Messaging | | ||
| Other Tool | Figma | | ||
|
||
# โจ Features | ||
|
||
<div> | ||
<img | ||
width="23%" | ||
alt="image" | ||
src="https://github.com/user-attachments/assets/344b519d-af89-4ea5-9a0d-890aeab7114e" | ||
/> | ||
<img | ||
width="23%" | ||
alt="image" | ||
src="https://github.com/user-attachments/assets/e1d161ad-1e12-487e-afe8-3061f2f46ec8" | ||
/> | ||
<img | ||
width="23%" | ||
alt="image" | ||
src="https://github.com/user-attachments/assets/80bdc49e-8b49-4432-b59e-4ae5fb83a04a" | ||
/> | ||
<img | ||
width="23%" | ||
alt="image" | ||
src="https://github.com/user-attachments/assets/f0c99971-3a71-473d-820e-1dbd9df5cac3" | ||
/> | ||
</div> |