Skip to content

Third and fifth lessons from Professional Android App Development Course from edX/GalileoX

Notifications You must be signed in to change notification settings

sofylopdev/FacebookRecipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 

Repository files navigation

FacebookRecipes

App made in third (app itself) and fifth (app testing) lessons from 'Professional Android App Development' Course from edX/GalileoX.

App description

App that shows recipes to the user in a format similar to Tinder, showing one recipe’s image at a time. The user can discard the recipe or save it locally. The saved recipes can be shared in Facebook.

What you need to run this app:

1- Install the Facebook app in you device.

2- Subscribe as a developer on the Facebook page, if you haven't already.

3- Create your app id.

4- Sign up as a developer on Food2Fork and get your api key.

5- Put your api keys (Facebook and Food2Fork) in your gradle.properties.

Your gradle.properties should have these values:

FACEBOOK_APP_ID = "your_facebook_api_key"
FACEBOOK_PROVIDER = "com.facebook.app.FacebookContentProvider"
FOOD_API_KEY = "your_FoodToFork_api_key"

Project uses:

About

Third and fifth lessons from Professional Android App Development Course from edX/GalileoX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages