Hey guys, i am trying to display an ImageView when my app starts.
When i launch the app my "wait" statement works but the image is not
displayed.
setContentView(R.layout.imgView);
ImageView image = (ImageView) findViewById(R.id.imageView1);
image.setFocusable(true);
try {
wait(1000);
} catch (Exception e) {}
setContentView(R.layout.main);
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en