From the course: Angular: Progressive Web Apps
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Making a dynamic title and status bar - Angular Tutorial
From the course: Angular: Progressive Web Apps
Making a dynamic title and status bar
- [Instructor] The final tip that I have for you is on Android. I want to get a better installation dialogue. To do that, I will add to the manifest two properties. So in the manifest I'm going to add description that is just a description where you describe your app. For example, this is the best app for keep track of the coffees that you consume and if you like them or not. Any string will work. And then we also need at least one screenshot. The properties is called screenshots. It's an array, and it has the same syntax as icons. So it will include an object with SRC pointing to a screenshot. Then sizes and type. They can be JPEG or PNG files. For example, let's make PNG files. So I need at least one screenshot. How to take a screenshot? Well, for example, I can use my emulator, but any image will work as a screenshot. And now I can take that screenshot that goes to the desktop by default and put that screenshot…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
(Locked)
The Web App Manifest9m 37s
-
(Locked)
Defining icons and maskable icons8m 9s
-
(Locked)
Inviting the user to install the app11m 28s
-
(Locked)
Enhancing the app experience3m 24s
-
(Locked)
Creating app shorcuts3m 37s
-
(Locked)
Using minimal-UI display mode5m 59s
-
(Locked)
Making a dynamic title and status bar2m 52s
-
(Locked)
-
-