Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android

Hasan Nagaria
Hasan Nagaria
4,855 Points

Android timer dialog

So I have a simple turn based card game. As of now the game works perfectly but as soon as I do my turn the code for the simple ai kicks in and he immediately does his turn. And it looks unrealistic and monotonous. For the time being I want to implement a small pause. How can I go about doing that? I was thinking I could display a dialog box displaying please wait and some how randomly generate the amount of seconds the opponent takes to do his turn to make it look real?

1 Answer

aakarshrestha
aakarshrestha
6,509 Points

Go through this article. It may have something that you are looking for.

https://examples.javacodegeeks.com/android/core/activity/android-timertask-example/

Hope it helps!

Happy Coding!!!