Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 2.11 KB

README.md

File metadata and controls

44 lines (31 loc) · 2.11 KB

Santa-Android

서울특별시 등산코스 안내 모바일 어플리케이션

01

개발환경 및 사용 언어

  • 안드로이드 스튜디오 3.4.2

  • Kotlin

Dependencies

//Design, Layout, etc.
implementation 'com.google.android.material:material:1.0.0-rc01'
implementation 'com.github.bumptech.glide:glide:4.9.0'
implementation "androidx.recyclerview:recyclerview:1.0.0"
implementation 'com.squareup.retrofit2:retrofit:2.6.1'
implementation 'com.squareup.retrofit2:converter-gson:2.6.1'

//indicator
implementation 'com.ryanjeffreybrooks:indefinitepagerindicator:1.0.10'
implementation 'com.tbuonomo.andrui:viewpagerdotsindicator:4.1.2'

//permission
implementation "gun0912.ted:tedpermission:2.1.0"

//KaKao API 
implementation 'androidx.appcompat:appcompat:1.1.0-alpha01'
implementation files('libs/libDaumMapAndroid.jar')

implementation group: project.KAKAO_SDK_GROUP, name: 'usermgmt', version: project.KAKAO_SDK_VERSION
implementation 'com.kakao.sdk:kakaotalk:1.13.0'

화면 및 기능 설명

03

04

05

06

07

08

09