Creating Horizontal Scroll Bar Using Json?
问题 I am trying to create the CardView ScrollBar UI like Google Play. I was following this tutorial but stuck at the models classes and can't move further. My Json is like this: { "Cards": { "Recently Updated": [ { "Name": "A", "img": "a.png", "link": "alink.com" }, { "Name": "B", "img": "b.png", "link": "blink.com" }, { "Name": "C", "img": "c.png", "link": "clink.com" } ], "Newly Arrives": [ { "Name": "A", "img": "a.png", "link": "alink.com" }, { "Name": "L", "img": "L.png", "link": "Llink.com"