leeda66 / Belivery

WIC 해커톤 powered by AWS : 안드로이드

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Belivery

WIC 해커톤 powered by AWS : 안드로이드

✳️ believe(믿음직한) + delivery(배달) : 빌리버리

👉 빌리버리는 1인 가구에 초점을 맞춰 그들이 기존에 배달원으로부터 느끼던 불안함과 불편함을 한번에 잡은 새로운 개념의 음식 배달 서비스입니다.

01

02

개발환경 및 사용 언어

  • 안드로이드 스튜디오 3.4.2

  • Kotlin

Dependencies

// Kakao api
implementation files('src\\main\\jniLibs\\libDaumMapAndroid.jar')

//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.asksira.android:loopingviewpager:1.2.0'
implementation 'androidx.fragment:fragment-ktx:1.1.0'

// server-client communication
implementation 'com.squareup.retrofit2:retrofit:2.6.1'
implementation 'com.squareup.retrofit2:converter-gson:2.6.1'

화면 및 기능 설명

03

05

06

07

About

WIC 해커톤 powered by AWS : 안드로이드


Languages

Language:Kotlin 93.9%Language:Java 6.1%