Build a Shopping App with Moltin – Ep 4 – Listing our Products

[ad_1]
Build a Shopping App with Moltin
Lesson 4
In this series, I’ll show you guys how to build an ecommerce shopping app leveraging Moltin!

In this lesson, we use the Moltin API to retrieve our products that we set up through the Forge admin dashboard. We take a look at the JSON response for beginners and then we list those products in the UITableView of our Xcode project.

The demo we’re building will illustrate a simple shopping flow. Product browsing, product selection, adding to cart and checking out.

Related links:

Xcode project, source code and video download:

Moltin written tutorial:

Moltin API doc for Products:

JSON syntax:

Previous Lesson:

Warning:
It’s going to be a little challenging for those who are completely new to iPhone app development so I recommend that you watch my “How To Make An iPhone App With No Programming Experience” series of videos first. That playlist is 17 lessons long but it’ll give you the foundation and explain the terminology and object oriented programming concepts that I’m going to be using in the building of this Shopping App.

That playlist can be found on my site here:

For more tutorials on how to build iPhone apps, make sure you subscribe and visit my site where you’ll find a community of like minded learners! Learning something new is always more fun with other people!

Youtube:
Website:

CodeWithChris is dedicated to teaching beginners and non-programmers all about building iOS apps. On the site, you’ll find a ton of free resources and tutorials to aid you on your journey to learn iOS development. Many people have successfully picked up Swift, Objective-C, Xcode and app building from my course and materials!

Intro & Outro music
“Heartbreaker” by Jahzzar (


Posted

in

by

Tags:

Comments

5 responses to “Build a Shopping App with Moltin – Ep 4 – Listing our Products”

  1. E Lirio Avatar

    self.objects = responseDictionary["result"] as! [AnyObject] – value on optional type … not unwrapped. do i need to put ? after responseDictionary?

  2. Roman Zmazenro Avatar

    Very useful video! Watching from Ukraine!

  3. Tim Vogt Avatar

    are you able to make an xcode 8 version?

  4. 6over6 Media Avatar

    When I add products to the Moltin Dashboard they are not showing up in the app. It is retaining only the old data. Is this common?

  5. Kangping Liu Avatar

    Hi Chris, thanks for your video! I have a small question, why in my response the result part is empty. I am sorry but I have also tried your client id in the video, but the result is still empty

Leave a Reply

Your email address will not be published. Required fields are marked *