This is just a project to follow this tutorial
I want to learn more about tests and I figure out it would be a nice idea to follow a tutorial on Ray Wenderlich
This is just a repository to save my progress and mistake during my learning process.
- Get your Food2Fork API key
- Create a keystore.properties file with the following content (including the quotes):
FOOD2FORK_API_KEY="YOUR API KEY"
- Place this file in the root project.
.
├── LICENSE
├── README.md
├── app
├── build
├── build.gradle
├── gradle
├── gradle.properties
├── gradlew
├── gradlew.bat
├── ingredisearch-starter.iml
├── keystore.properties
├── local.properties
└── settings.gradle