Re: [android-developers] Picture while starting app

2010-02-13 Thread Kevin Duffey
I am guessing he wants a splash screen... show an image while he loads some data or something in the background.. then when all done, starts up and the image goes away. Do a search here for splash screen. There are plenty of examples that show how to do it. On Sat, Feb 13, 2010 at 1:24 PM, Mark Mu

Re: [android-developers] Picture while starting app

2010-02-13 Thread Mark Murphy
Nox wrote: > In a simple Java project I would use this command and I also don´t > know what kind of command I´ll have to use to see the picture: > > public class waiting { > public static void main(String[] args) { > int seconds = 5; > System.out.println("Waiting: " + sec

[android-developers] Picture while starting app

2010-02-13 Thread Nox
Hello everybody, I´ve got a problem with my current app. I want to see a picture while starting the app. I´ve already tried to use use a while-method but if I launch the app it ´ll wait a few seconds but it will not appear my picture. In a simple Java project I would use this command and I also do