Skip to content

Commit

Permalink
docs : Add Android Directory&README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ksh-g001 committed Jan 7, 2024
1 parent e4897dc commit 67cf39b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions android/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# HowAboutTrip 여행어때 (Android)
### Android 개발 환경
- Lanaguages : Kotlin
- Tool : Android Studio
- Version : Hedgehog
- Java : Java 8
- Android Gradle Plugin : 8.2.0
- Gradle Version : 8.2
- - -
### 사용된 오픈소스 라이브러리 목록
| 이름 | 라이센스 |
|---|---|
|[Glide](https://github.com/bumptech/glide) | BSD-2, part MIT and Apache 2.0 [(상세)](https://github.com/bumptech/glide/blob/master/LICENSE) |
|[CircleImageView](https://github.com/hdodenhof/CircleImageView) | Apache License 2.0 |
|[Retrofit2](https://square.github.io/retrofit/) | Apache License 2.0 |
|[lottie-android](https://github.com/airbnb/lottie-android) | Apache License 2.0 |
|[OkHttp3](https://square.github.io/okhttp/)| Apache License 2.0 |
- - -
### 사용된 API 목록
| 이름 | 설명 |
|---|---|
| Google Maps SDK for Android | 구글 지도를 활용하여 지도 기능을 구현 |
| Google OAuth | 구글 로그인 |
| 백엔드 API | 비즈니스 로직 구현을 위한 API |

0 comments on commit 67cf39b

Please sign in to comment.