Summary
Throughout this chapter, we have introduced several practical techniques you can implement in your apps to improve the style of your app views and also extend the capabilities of your apps.
QuickChart provides better insight into the data you present to app users at a glance and makes your app look more professional with modern styling. Rather than reading the number as text, or the percentage or ratio as a plain number, presenting it in the form of a graphic chart will make it easy to read and visually appealing.
A QR code can be used anywhere, and in any type of app you develop. You may have an inventory management app where you have a collection of products with a PRODUCT_ID
column. When a new product comes into stock, the app user needs to keep a record by adding new data through the app. Instead of manually typing or selecting the product from a drop-down list, you can present a scanning function where the user scans the QR code attached to the product to instantly...