newtonandebe / opendatakit

Automatically exported from code.google.com/p/opendatakit
0 stars 0 forks source link

splash screen should appear before main menu appears #117

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
when you launch collect with the splash screen enabled, it shows you the main 
menu for a second before showing you the splash screen. anyway to fix this? if 
not, we should kill that feature.

Original issue reported on code.google.com by yanokwa on 5 Sep 2010 at 1:13

GoogleCodeExporter commented 9 years ago
Works as Designed.  Unlike desktop apps, which use splash screens to hide the 
dynamic linking and resolution of libraries during application start-up, the 
Android has immediate UI presence, so there is no use for the splash screen 
except for branding.  The minimal-code way to accomplish that is with a 
full-screen toast, and that will always render shortly after the initial screen.

works as designed...

Original comment by mitchellsundt@gmail.com on 10 Oct 2010 at 4:22

GoogleCodeExporter commented 9 years ago
Reopening this bug.  Splash screen, if enabled, should appear before the main 
menu.

Additionally:
This should be a selectable option (preference) defaulted to 'off'.  Enabling 
should allow you to select an image from the gallery or from the sdcard.

Original comment by carlhart...@gmail.com on 21 Jan 2011 at 10:05

GoogleCodeExporter commented 9 years ago
Yes, there should be a configuration setting to disable it.  The splash is 
disabled if the /sdcard/odk/config/default directory is present.  The user can 
supply a splash screen if they place it in /sdcard/odk/config/default/splash.png

Original comment by mitchellsundt@gmail.com on 24 Jan 2011 at 7:27

GoogleCodeExporter commented 9 years ago
yaw fixed this in 1.1.7 so the splash screen appears correctly and is 
enabled/customizable through the user preferences activity.

Original comment by carlhart...@gmail.com on 7 Jun 2011 at 10:47