[김영수_Android] 11주차 과제 제출 #81
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
김영수 11주차 과제 제출입니다
delay 단독 사용할 경우에 실제 시간과 다르게 스톱워치에 지연이 생길 수 있다고 하신걸 System.currentTimeMillis()을 이용해서 현재 시간과 시작 시간의 차이를 나타내어 봤습니다.
이 방법 외에도 handler나 기본으로 제공하는 timer 기능이 있는 것 같은데, 혹시 어느 방법이 가장 정석적인 방법인지 궁금합니다.