reyanshmishra / easy-touch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Watch it working

Add this JSON to your firebase real time database store to.

{
    "quotes":[
            {
            "image": "https://i.pinimg.com/564x/a6/83/87/a68387c0558f5769b5b7ac4874132a5d.jpg",
            "quote": "A river cuts through rock not because of its power but because of its persistence."
            },
            {
            "image": "https://i.pinimg.com/564x/3d/5c/71/3d5c71a7f6d8de1d7f768a95bd2ae148.jpg",
            "quote": "We become what we repeatedly do."
            },
            {
            "image": "https://i.pinimg.com/564x/01/1e/09/011e09dc0dde9a03194b96271fb96576.jpg",
            "quote": "Motivational is what gets you started. Habit is what keeps you going."
            }
]
}

About


Languages

Language:Java 100.0%