Chapter 11: Building a Mobile Application with Live Examples
In the last few chapters, we have built a lot of web applications using various JET components and used Business Objects and Service Connections extensively to interact with the data.
As Visual Builder allows us to develop mobile applications, in this chapter, we'll build a mobile application and compile it for various mobile devices. We'll look at how to create a mobile application using a real-world example.
We'll develop a doctor's appointment mobile application, by means of which we can view a list of available doctors, view a doctor's full details, and book an appointment with a selected doctor. We'll provide a swipe option to view the doctor's details and to book an appointment, and we'll create a separate page to view the earlier appointments.
We'll look at different setting options of the mobile application that will allow a mobile application to render in both...