This repository is not active
MoyosoreAle/RecipeApp
This app retrieves food items from a REST API and displays them to users of the app in a RecyclerView. Users can select one of the food items to see the recipe and to see additional information about the food item, including a description of the food item, the ingredients required to cook it and the steps required to make it. In addition to this, users can to set preferences for the application. These preferences allow users to set their preferred mealtime (Breakfast, Lunch or Dinner) and a preferred order for sorting based on cooking time. Where a preferred mealtime is set, food items of this meal type must appear first on all lists. This app also has 'favouriting' functionality.
Java