Skip to content

SeojinSeojin/FLO-Client

 
 

Repository files navigation

Flo Clone Coding - Client

To Do

  • 로컬 로그인
  • 카카오 로그인
  • 음악 차트
  • 음악/앨범 정보
  • 음악 스트리밍
  • 유저 정보 관리

Challenge

  • 스플래시 화면에서 데이터 미리 받기

Libraries

implementation code 링크 사용 목적
implementation 'ru.egslava:MaskedEditText:1.0.5' 👍 텍스트 입력 미리 채우기
implementation 'com.squareup.retrofit2:retrofit:2.6.1' 👍 서버와 통신
implementation 'com.squareup.retrofit2:converter-gson:2.6.1' 👍 JSON <-> GSON 변환
implementation 'de.hdodenhof:circleimageview:3.1.0' 👍 둥근 이미지뷰 사용
implementation "androidx.cardview:cardview:1.0.0" 👍 카드뷰 사용
implementation "androidx.recyclerview:recyclerview:1.1.0" 👍 리사이클러뷰 사용
implementation 'com.github.bumptech.glide:glide:4.9.0' 👍 url로 이미지 받기
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
implementation "ru.tinkoff.scrollingpagerindicator:scrollingpagerindicator:1.0.6" 👍 리사이클러뷰에 dot indicator 추가

Result

Video Label

About

플로 클론코딩 안드로이드

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%