At Next Academy, we are dedicated to nurturing our students to become great software engineers. App development involves many different steps, and itβs crucial to understand the process before embarking onto the journey of building your own apps. Letβs use an example to illustrate the process – building an e-commerce mobile app.
1. The process starts with User Interface (UI) / User Experience (UX)
A great app that can make users want to use it all the time needs to have great UI/UX. If your app is easy to use, then thereβs a higher chance that users will use your app repeatedly. Start by wireframing your app, you can think of wireframing as designing the blueprints for your app.As you are working on that, itβs important to keep in mind the key goals of your app. For example, in the case of the e-commerce mobile app, it needs to have these elements:
- Users should be able to view a variety of products.
- Users should be able to compare products of different brands.
- Users should be able to add a product to the shopping cart.
- Users should be able to checkout and pay for the products.
- Users should be able to check delivery status.
With these elements in mind, the first thing to do is to wireframe and design the app.
2. Event-driven programming
The elements mentioned above will each have a collection of associated events. You may wonder what that means, letβs take a look at an example.Letβs take element 3 for example, when a user is viewing a product page and likes the product, he/she will click on the βadd to cartβ button. This is called a user action. Now what do you think happens when the user clicks on add to cart? (These are called events)
- Your app would need to send a request to store data in the database (user XYZ has added product ABC into shopping cart)
- Your app would need to tell the user that product has been added to cart. (Most commonly, youβll see a popup that gives you a choice to continue shopping or to checkout.)
By designing these events, you are laying the groundwork required to build your app.
Your turn to try!
Let’s test your understanding. What events do you think should occur:
- When a user clicks on the checkout button?
- When a user completes the payment process?
Think about it and let us know what your answers are in the comment section below!
-
Josh Tenghttps://www.nextacademy.com/author/josh/
-
Josh Tenghttps://www.nextacademy.com/author/josh/
-
Josh Tenghttps://www.nextacademy.com/author/josh/
-
Josh Tenghttps://www.nextacademy.com/author/josh/