Skip to content

ismailfatihbirak/FoodDeliveryApp

Repository files navigation

Food Delivery App

Food Delivery App is an Android application developed using Kotlin and follows the MVVM (Model-View-ViewModel) architecture. The project utilizes Hilt for dependency injection, Retrofit with coroutines for network requests, Room for local data storage, Glide for image loading, and Firebase Authentication for user authentication.

Architecture 🏛

The application architecture is based on the MVVM pattern, which separates the data presentation logic (Views or UI) from the core business logic of the application.

MVVM Architecture

Libraries 🛠 ⚙️

  • Kotlin -> The Kotlin Programming Language.
  • Retrofit -> A type-safe HTTP client for Android and the JVM.
  • Coroutines -> Library support for Kotlin coroutines.
  • Room -> Persistence library provides an abstraction layer over SQLite to allow for more robust database access.
  • Glide -> A fast and efficient open-source media management and image loading framework.
  • Firebase Authentication -> Firebase Authentication provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users.

Screenshots 📸

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5 Screenshot 6 Screenshot 7 Screenshot 8 Screenshot 9 Screenshot 10 Screenshot 11 Screenshot 12 Screenshot 13 Screenshot 14

License ℹ️

MIT License

Copyright (c) 2024 Ismail Fatih Birak

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.

Releases

No releases published

Packages

No packages published

Languages