An open API service indexing awesome lists of open source software.

https://github.com/ihacksubhodip/collectionviewexplore

Infinite scrollable Collection View ...
https://github.com/ihacksubhodip/collectionviewexplore

Last synced: about 2 months ago
JSON representation

Infinite scrollable Collection View ...

Awesome Lists containing this project

README

        

# CollectionView with Items

Build an iOS application which lists name, image and price of products. 
* The api url to download the list of products https://api.redmart.com/v1.5.6/catalog/search?theme=all-sales&pageSize=30&page=0. You will need to concatenate the image url in the api response. Feel free to show additional details about an individual product i.e. description etc. when tapped. For getting additional info about a particular product, you can use the following api url. https://api.redmart.com/v1.5.6/products/{product_id}