Skip to content

Instantly share code, notes, and snippets.

@nicoverbruggen
Created March 16, 2014 12:50
Show Gist options
  • Save nicoverbruggen/9582737 to your computer and use it in GitHub Desktop.
Save nicoverbruggen/9582737 to your computer and use it in GitHub Desktop.
Cordova Android optimizations

Hello

Just like my other gist, I'll add all kinds of tweaks and fixes for Cordova android builds here.

Android platform optimizations and customization

Icons

Place your icons in the /platforms/android/res/drawable* folders. (As icon.png.) Remember to respect DPI rules.

Splash screens

Place your splash screens in the /platforms/android/res/drawable* folders. (As screen.png.) Remember to respect DPI rules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment