Closed GoogleCodeExporter closed 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
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
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
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
Original issue reported on code.google.com by
yanokwa
on 5 Sep 2010 at 1:13