Skip to content

A sample android application that uses the Zomato API to display trending restaurant collections based on the user's location. Built using Kotlin & MVVM (ViewModel, Coroutines, LiveData, Room, Repository) architecture.

License

Notifications You must be signed in to change notification settings

ManaswiniKundeti/Foodacious

Repository files navigation

Tomato

License API

A sample android application that uses the Zomato API to display trending restaurant collections based on the user's location. This app was built on Kotlin using Android Architecture components (ViewModel, LiveData, Room), Retrofit, Coil and Coroutines. This app asks for user permission to access user location The app also uses Epoxy library to display the complex Recycler View


Download

Go to the Releases to download the lastest APK.

App Features

  • Collections: The home page of the app displays the collection of restaurants.
  • Restaurants: Users can select the type of collection, which displays the list of restaurants in the collection.
  • Details: Users can view the restaurant details by selecting the restaurant item.

Open-source libraries

  • Minimum SDK level 23
  • Kotlin
  • Coroutines
  • JetPack
    • LiveData
    • ViewModel
    • Room
  • Architecture
    • MVVM Architecture (View - ViewModel - Model)
    • Repository pattern
  • Google Play Location Services
  • Retrofit2
  • Coil
  • Epoxy.

Architecture

Tomato is based on MVVM architecture and a repository pattern.

API

Tomato uses the Zomato Api

Find this repository useful?

Support it by joining stargazers for this repository.

License

Designed and developed by 2020 ManaswiniKundeti (Manaswini Kundeti)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

A sample android application that uses the Zomato API to display trending restaurant collections based on the user's location. Built using Kotlin & MVVM (ViewModel, Coroutines, LiveData, Room, Repository) architecture.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages