Is there a way to hide the image after a second or predetermined time in an Android application? thank
send a delayed message to Handler, which essentially does:
Handler
ImageView.setVisibility(View.INVISIBLE)
Source: https://habr.com/ru/post/1733483/More articles:Singleton IDisposable - Good Practice? - c #An AIR application that downloads and runs an existing AIR swf - flexHow can I capture the value of a string character given an index ... in some Sql code? - sqlPassing a string with an apostrophe to a javascript function - javascriptC ++ 2D dynamic array - c ++JQuery plugin to simulate page zoom / zoom in a browser? - jqueryGet system time in VB.NET - vb.netThe importance of unit testing my views when using the MVVM template? - .netLogging on an Eventlet Page Scraper? - pythoniPhone, cocos2d coordinate system - iphoneAll Articles