bky373 / mars-real-estate-app

안드로이드 화성 부동산 앱 (Udacity 과정 Lesson 8 구현 by Borahm)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

👽 Mars Real Estate App (화성(행성) 부동산 앱) 👽

Udacity 과정 Lesson 8 실습
This is the toy app for Lesson 8 of the Android App Development in Kotlin course on Udacity.

Descriptions

MarsRealEstate is a simple app using ViewModel & LiveData with Retrofit, Glide and Moshi in Kotlin.

💡 Focused on: Connect to Internet 💡

  • I've Covered:

    • Retrofit to make api calls to an HTTP web service
    • Moshi which handles the deserialization of the returned JSON to Kotlin data objects
    • Glide to load and cache images by URL.
  • Other techniques Used:

Playing the App

  • Showing all real estate

show all


  • Showing only real estate for rent

show rent


  • Showing only real estate for sale

show sale


About

안드로이드 화성 부동산 앱 (Udacity 과정 Lesson 8 구현 by Borahm)

License:Other


Languages

Language:Kotlin 100.0%