Popularity
0.6
Growing
Activity
0.0
Stable
5
1
2

Description

This will provide food data in JSON form and display it using RecyclerView and CardView.

NOTE:Please register at foot2fork.com first and get api_code

Programming language: Java
License: MIT License
Tags: UI     Android     Animations     Java     Android-library    
Latest version: v1.0

retrofit-with-food2fork.com alternatives and similar packages

Based on the "Animations" category.
Alternatively, view retrofit-with-food2fork.com alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of retrofit-with-food2fork.com or a related project?

Add another 'Animations' Package

README

retrofit-with-food2fork.com

This will provide food data in JSON form and display it using RecyclerView and CardView.

NOTE:Please register at foot2fork.com first and get api_code

Code

{
    count: 30,
    recipes: [
    {
        publisher: "Closet Cooking",
        f2f_url: "http://food2fork.com/view/35382",
        title: "Jalapeno Popper Grilled Cheese Sandwich",
        source_url: "http://www.closetcooking.com/2011/04/jalapeno-popper-grilled-cheese-sandwich.html",
        recipe_id: "35382",
        image_url: "http://static.food2fork.com/Jalapeno2BPopper2BGrilled2BCheese2BSandwich2B12B500fd186186.jpg",
        social_rank: 100,
        publisher_url: "http://closetcooking.com"
    },
    ...
        ]
}

Usage

image

Gradle

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

dependencies {
     implementation 'com.github.hajiyevelnur92:retrofit-with-food2fork.com:v1.0'
}

[License](./LICENSE)


*Note that all licence references and agreements mentioned in the retrofit-with-food2fork.com README section above are relevant to that project's source code only.