Created
June 10, 2020 12:44
-
-
Save SteveKamau72/de13bc24a71d48e5b8cf686d5959737f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": [{ | |
"view_type": "viewpager", | |
"section_title": "New items", | |
"section_data": [{ | |
"image": "https://dummyimage.com/600x400/000/fff" | |
}, { | |
"image": "https://dummyimage.com/600x400/000/fff" | |
}, { | |
"image": "https://dummyimage.com/600x400/000/fff" | |
}] | |
}, | |
{ | |
"view_type": "horizontal_recylerview", | |
"section_title": "Featured items", | |
"section_data": [{ | |
"image": "https://dummyimage.com/sqrpop", | |
"title": "Blender" | |
}, { | |
"image": "https://dummyimage.com/sqrpop", | |
"title": "Blender" | |
}, { | |
"image": "https://dummyimage.com/sqrpop", | |
"title": "Blender" | |
}, { | |
"image": "https://dummyimage.com/sqrpop", | |
"title": "Blender" | |
}] | |
}, | |
{ | |
"view_type": "single", | |
"section_title": "Kikapu cha mwezi", | |
"section_data": [{ | |
"image": "https://dummyimage.com/600x400/000/fff" | |
}] | |
}, | |
{ | |
"view_type": "single", | |
"section_title": "Our Agent Network", | |
"section_data": [{ | |
"image": "https://dummyimage.com/600x400/000/fff" | |
}] | |
}, | |
{ | |
"view_type": "viewpager", | |
"section_title": "New items", | |
"section_data": [{ | |
"image": "https://dummyimage.com/600x400/000/fff" | |
}, { | |
"image": "https://dummyimage.com/600x400/000/fff" | |
}, { | |
"image": "https://dummyimage.com/600x400/000/fff" | |
}] | |
}, { | |
"view_type": "horizontal_recylerview", | |
"section_title": "Discount items", | |
"section_data": [{ | |
"image": "https://dummyimage.com/sqrpop", | |
"title": "Another Item" | |
}, { | |
"image": "https://dummyimage.com/sqrpop", | |
"title": "Unga" | |
}] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment