Side Project - Airbnb 네이버 지도 API를 활용해서 지도 위에 숙소 정보를 보여주는 Airbnb의 간단한 기능을 구현한 프로젝트 GitHub -> https://github.com/hwayeon351/Airbnb GitHub - hwayeon351/Airbnb Contribute to hwayeon351/Airbnb development by creating an account on GitHub. github.com 학습 회고 오늘은 Mocky 사이트를 이용해서 Airbnb 앱 내에 띄울 숙소 리스트를 Json으로 구성하고 해당 Json 데이터가 담긴 url을 생성하였다. Retrofit2 라이브러리를 이용해서 url에 담긴 데이터를 받아오고 ViewPager와 Bottom Sheet ..