30
Android에서 지연된 후 메소드를 호출하는 방법
지정된 지연 후에 다음 메소드를 호출 할 수 있기를 원합니다. 목표 c에는 다음과 같은 것이 있습니다. [self performSelector:@selector(DoSomething) withObject:nil afterDelay:5]; java와 안드로이드 에서이 방법과 동등한 것이 있습니까? 예를 들어 5 초 후에 메소드를 호출 할 수 있어야합니다. public void DoSomething() { //do something here }