dtnguyn / Shelter

A real estate app that follows MVI architecture, Dagger Hilt, Flow, Coroutine, Paging 3.0, Retrofit and Room Persistence library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shelter

Shelter is a real estate app that is used for finding rent and sale houses. It is also a community blog for peole living in the same area to connect with one another.


Images comming soon

Try out this app

The app is almost finshed now. Once it's finished, a link to the Google Play Store will be posted. For now, you can clone it and use Android Studio to run this app

Images comming soon

Tech stack & libraries

  • Minimum SDK level 21
  • Written in Kotlin
  • Architecture
    • MVI Architecture (Model - View - Intent)
    • Repository pattern
  • Coroutines + Flow for asynchronous.
  • Hilt - A new library built on top of Dagger for dependency injection
  • Retrofit2 - Pull data from network to build paging data
  • Room - Cache data from network to optimize API calls
  • Paging 3.0 (alpha) - Paging system to manage data flow.
  • Gson - A JSON serialize & deserialize library
  • Glide - loading images.
  • UI

Architecture & Design Pattern

Shelter is based on MVI architecture with repository pattern. (MVI is a more organized version of MVVM)

architecture

API

Shelter using the RealtorAPI for constructing RESTful API.
Shelter also using Firebase for building a community blog.

Support ❤️

If you find this repo useful or you like the code that I write, leave a star ⭐

License

Copyright 2020 dtnguyn (Adron Nguyen)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and 
associated documentation files (the "Software"), to deal in the Software without restriction, including 
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the 
following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial 
portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED 
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 
DEALINGS IN THE SOFTWARE.

About

A real estate app that follows MVI architecture, Dagger Hilt, Flow, Coroutine, Paging 3.0, Retrofit and Room Persistence library


Languages

Language:Kotlin 100.0%