amirkordlu / FoodyApp

A Foody basic app based on Room, Glide and MVP architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

Foody Simple App

An awesome example for Room, Glide and MVP

Report Bug · Request Feature

About The Project

<a Logo Logo Logo

Foody App is a simple app based on Room, Glide, MVP architecture and a few material design :)

Of course, your needs for a food application may differ from this project:smile:. So I'll be adding more in the near future. You may also suggest changes by forking this repo and creating a pull request or opening an issue. Thanks to all the people will contribute to expanding this project!

Use the README.md to get started.

Built With

In this project used from following libraries and component design.

  • Room
  • Glide
  • Material Design

Installation

Before using and compiling app. You need to do the following steps:

  1. Upload your food images in your web host (or you can use images from internet)

  2. Enter your 'IMAGE_URL' in Constants.kt

    const val BASE_URL_IMAGE = "Your Images URL"
    

Contact

Amir Kordlu - @Linkedin - amir.kordlu@gmail.com

Project Link: https://github.com/amirkordlu/FoodyApp

About

A Foody basic app based on Room, Glide and MVP architecture


Languages

Language:Kotlin 100.0%