In this project, you will create a simple app that generates QR codes from a short string of text. This tutorial will not go into the finer details of how the input is actually encoded but you can read a good summary about QR codes on Wikipedia . Our app will be simple and have the following features:
As you can see, it is a very small and simple app. Next, let’s setup the project.