• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Timed image display

fckedup

Lurker
New to android development and working on a basic app to learn the skills.
I have an layout on the screen and wish to have images used as type of toasts, these are to appear automatically and last just a few seconds so as to provide instruction to user, these are not to be onButtonClick activated.

Anyone know how ?
 
Sounds like you'll want to use AsyncTask for the code which controls the visibility of the images.
 
Back
Top Bottom