beeware / briefcase-android-gradle-template

A template for generating Android Gradle projects with Briefcase
MIT License
18 stars 19 forks source link

Add a splash screen #5

Closed freakboy3742 closed 4 years ago

freakboy3742 commented 4 years ago

An Android app should display a splash screen to the user while the app is loading.

The template should provide a default "Made with BeeWare" version of this splash screen, but provide customization options so end-users can define their own image (in multiple sizes, if necessary). The iOS template is a guide for what is needed.

This guide may provide useful details.

freakboy3742 commented 4 years ago

This has now been implemented.