-
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.
- Loading branch information
1 parent
13a67e2
commit 2d7eddf
Showing
1 changed file
with
41 additions
and
0 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,2 +1,43 @@ | ||
# Solution-Challenge-2022-Pocket-Doctor-App | ||
Google Developer Student Clubs 2022 Solution Challenge - Team HOT(HUFS ON TOP)'s Android Application | ||
- Member: 이재성, 임나경, 정서영 | ||
|
||
## 💊 Contributor | ||
### Mobile Frontend - Android | ||
<table> | ||
<tr> | ||
<td><a href="https://github.com/yejin9858">이재성</a></td> | ||
<td><a href="https://github.com/SeoYoung99">정서영</a></td> | ||
</tr> | ||
<tr> | ||
<td><img src="https://github.com/JaesungLeee.png" width="150"></td> | ||
<td><img src="https://github.com/SeoYoung99.png" width="150"></td> | ||
</tr> | ||
</table> | ||
|
||
### Backend | ||
<table> | ||
<tr> | ||
<td><a href="https://github.com/NakyungIm">임나경</a></td> | ||
</tr> | ||
<tr> | ||
<td><img src="https://github.com/NakyungIm.png" width="150"></td> | ||
</tr> | ||
</table> | ||
|
||
|
||
|
||
|
||
## 💊 Libraries | ||
- #### 안드로이드 | ||
|
||
| **Architecture** | MVVM | | ||
| --------------------------- | ------------------------------------------------------------ | | ||
| **Design Pattern** | Repository Pattern, Delegation Pattern | | ||
| **Jetpack Components** | DataBinding, LiveData, ViewModel, Lifecycle, Room, Navigation Component| | ||
| **Dependency Injection** | Koin | | ||
| **Network** | OkHttp3, Retrofit2 | | ||
| **Asynchronous Processing** | Coroutine | | ||
| **Third Party Library** | Glide, Timber | | ||
| **Strategy** | Git Flow | | ||
| **Other Tool** | Notion | |