In this video I have tried to explain how to create a splash screen and icon easily for android apps which are created using Angular and capacitor.
Hit like, subscribe and comment if you have any query.
ICON AND SPLASH SCREEN
-----------------------
Provide icon and splash screen source images using this folder/filename structure:
resources/
├── icon-only.png
├── icon-foreground.png
├── icon-background.png
├── splash.png
└── splash-dark.png
Icon files should be at least 1024px x 1024px.
Splash screen files should be at least 2732px x 2732px.
The format can be jpg or png.
Then generate (which applies to your native projects or generates a PWA manifest file):
npm install @capacitor/assets --save-dev
npx capacitor-assets generate
Download
0 formats
No download links available.
Angular to Android app | Splash Screen & Icon with capacitor | Android App using Angular Tutorial- 2 | NatokHD