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.
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
- 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
- DataBinding - bind UI components in layouts to data sources
- TransformationLayout - implementing transformation motion animations.
- Material-Components - Material design components like ripple animation, cardView.
- Navigation-Components - A new way to navigate in Android Jetpack
- Image-Slider - Image slider (Carousel) for android.
- Shimmering-Loading-Effects - A popular loading effects used by many apps
Shelter is based on MVI architecture with repository pattern. (MVI is a more organized version of MVVM)
Shelter using the RealtorAPI for constructing RESTful API.
Shelter also using Firebase for building a community blog.
If you find this repo useful or you like the code that I write, leave a star ⭐
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.