Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 941 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 941 Bytes

HallowPickCo_Android

솝커톤 :: 할로윈 맞이 고민 없이 쉽고 빠르게 코스튬을 랜덤으로 추천해주는 모바일 어플리케이션

01

개발환경 및 사용 언어

  • 안드로이드 스튜디오 3.5.1

  • Kotlin

Dependencies

//retrofit
implementation 'com.squareup.retrofit2:retrofit:2.6.2'
implementation 'com.squareup.retrofit2:retrofit-mock:2.6.2'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.squareup.retrofit2:converter-gson:2.6.2'

//Design, Layout, etc.
implementation 'com.github.bumptech.glide:glide:4.10.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0'
implementation 'com.google.android.material:material:1.0.0-rc01'
implementation "androidx.recyclerview:recyclerview:1.0.0"