forked from tukcomCD2024/ISP
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs : Add Android Directory&README.md
- Loading branch information
Showing
1 changed file
with
25 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 |
---|---|---|
@@ -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 | | ||
|