Skip to main content

2 posts tagged with "Recipe App"

The Recipe App tag archive consists of various tutorials and articles aimed at helping you build your own recipe app. From beginner to advanced levels, there's something for everyone.

View All Tags

Building a Recipe App with Kotlin and Retrofit

· 11 min read
Engineering Team

In this tutorial, we will be building a recipe app using Kotlin and Retrofit. Kotlin is a modern programming language developed by JetBrains, which is fully compatible with Java. Retrofit is a popular HTTP client library for Android that simplifies the process of making API requests. By the end of this tutorial, you will have a fully functional recipe app that allows users to search for recipes and view their details.

Building a Recipe App with React and Spoonacular API

· 11 min read
Engineering Team

In this tutorial, we will learn how to build a Recipe App using React and the Spoonacular API. React is a popular JavaScript library for building user interfaces, and the Spoonacular API provides access to a vast collection of recipes and cooking information. By the end of this tutorial, you will have a fully functional Recipe App that allows users to search for recipes, view recipe details, and add recipes to their favorites.