A real-world mobile app – Movie Tickets
Now let's get to the real deal and develop a fully functional mobile app using Kendo UI Mobile and see how it can be integrated with a RESTful service (ASP.NET Web API in our case which will be introduced in Chapter 3, Service Layer with ASP.NET Web API).
Before we start building our Movie Tickets application, let's quickly go through the screens and functionalities that will be implemented in the app at a high-level:
- User can search for a particular movie and then select a theater for a show.
- Once user selects a show time, application asks the user for number of tickets and displays the rate. The total amount will be automatically updated once the number of tickets is entered.
- After booking, user can see completed bookings in the booking history view.
- In the user account screen, user can update name, e-mail ID, address, and so on.
- In the trailers tab, video trailers are displayed which can be navigated using the swipe gesture.