/Parmesan_Android

The Android version of the iOS Parmesan app. Reading recipes from The MealDb API

Primary LanguageKotlinMIT LicenseMIT

Parmesan-Android

Parmesan is a simple android application that displays a list of meals and their recipes. It displays the images of the meals as well as ingredients and it's quantities. The application shows a list of latest meals, meals according to categories, and a screen of random meals.

ScreenShots

Screenshot Screenshot Screenshot

Libraries

  • Picasso
  • ConstraintLayout
  • Retrofit
  • Gson
  • Android Support Library

API

The application reads recipe data from The MealDB. URL: https://www.themealdb.com/

Architecture

The architecture used for Parmesan is Model-View-ViewModel.