Skip to content

Instantly share code, notes, and snippets.

@klemenzarn
Created February 1, 2014 15:24
Show Gist options
  • Save klemenzarn/8753697 to your computer and use it in GitHub Desktop.
Save klemenzarn/8753697 to your computer and use it in GitHub Desktop.
final Handler handler = new Handler();
handler.postDelayed(new Runnable() {
@Override
public void run() {
//tle spremen textView
}
}, 1500); //1,5 sekund
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment