Chapter 11. Graphical Assets
No doubt you've seen the default launch screen and icon that Cordova/PhoneGap projects use. These are sufficient during development; but when you're getting ready to publish your app to the masses, you need appropriate graphical assets. These come in three categories: app icons, launch screens, and in-app graphics. We've talked to some degree already about how to make your in-app graphics responsive to the user's device in Chapter 4, More Responsive Design. Some of what we talked about does apply to your app's icon and launch screens. However, these particular assets require special configuration to ensure that Cordova/PhoneGap uses them correctly.
In this chapter, we'll cover the following topics:
- App icon requirements
- Creating an app icon
- Launch screen requirements
- Creating a launch screen
- Configuring your app
- Useful resources