Summary
In this chapter, you learned how to create a mobile application using a real-world example. We looked at different templates to create different pages. We developed a doctor's appointment mobile application, by means of which you can view a list of available doctors, view a doctor's full details, and book an appointment with a doctor at your preferred time. You learned how to enable the swipe feature to enable various options.
You looked at various options that allow you to change the settings of a mobile application. Now, you will be able to upload custom images for Android and iOS devices. You learned how to enable a mobile application to render in both portrait and landscape mode. You learned how to expose a mobile application as a PWA app and run it on the computer and mobile devices as a native application.
You learned how to define the build for Android and iOS devices and the pre-requisites for defining the build. You saw how the QR code can be generated...