Skip to content

An android app that helps the user decide where to dine.

License

Notifications You must be signed in to change notification settings

vishalecho/Dineout

Repository files navigation

Dineout

A restaurants finder android app illustrating the building of a good, modular and scalable Android app using Kotlin, Android Architecture Components (LiveData, ViewModel & Room), Dagger, RxJava and RxAndroid among others.

Features

Some of the features of the app include

Best Practices

  • Kotlin - This app is completely written in Kotlin.
  • Android Architecture Components - Lifecycle awareness has been achieved using a combination of LiveData and ViewModels.
  • MVVM Architecture - Using the lifecycle aware ViewModels, the view observes changes in the model / repository.
  • Modular - The app is broken into modules of features and libraries.
  • Dependency Injection - Common elements like context, networking interface are injected using Dagger 2.
  • Effective Networking - Using a combination of Retrofit, Rx and LiveData, we are able to handle networking in the most effective way.

Libraries used

Build information:

  • Android Studio - 3.6.3
  • Min SDK - 19
  • Compile SDK - 29
  • Target SDK - 29

Reference

License

MIT License

Copyright (c) 2020 Vishal Kumar

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.