sarvajeet294 / nethack-android

Automatically exported from code.google.com/p/nethack-android
0 stars 0 forks source link

Feature request: Loading splash screen #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Starting takes a long time, which right now means a black screen that looks
like it isn't doing anything. This should be replaced with a splash image
saying something along the lines of Nethack is loading.

Original issue reported on code.google.com by miser...@gmail.com on 18 Oct 2009 at 10:15

GoogleCodeExporter commented 9 years ago
Yeah. What takes time is actually to copy files over from the application 
package to
the data directory where the native code can read it. This only really needs to
happen the first time, so I just need to add some sort of check to see if the 
files
are already there, and then I expect it to be much faster to load. Will still 
try to
add some text or image though.

Original comment by farnst...@gmail.com on 19 Oct 2009 at 3:02

GoogleCodeExporter commented 9 years ago
In version 1.1.1, there is some text while doing the initial setup. But, even 
better,
it's now only slow the very first time you start the game after installing the
application.

Original comment by farnst...@gmail.com on 21 Oct 2009 at 9:43