Introducing the app
In this chapter, we will build the UnoBookRail DigitalTicket app, an app targeting UnoBookRail's customers that want to get from A to B using UnoBookRail. While the real version of this app would have a lot of features, in this chapter, we will only develop the following features:
- Booking tickets for journeys between two stations of the UnoBookRail network
- Viewing all booked tickets as well as QR codes for the ticket
- Localization of the app and letting users choose the language being used for the app
As part of this, we will also ensure that our app is accessible and allow more people of different levels of ability to use our app. Let's start now by creating the app and adding the first bit of content.
Creating the app
First of all, we need to set up the solution for our app:
- Start by creating a new app using the Multi-Platform App (Uno Platform) template.
- Name the project
DigitalTicket
. Of course, you can use a...