I want build a small game in android in which bubbles to appear after a regular time gap. And then disappear with equal intervals. In the meantime player has to click all the bubbles which are appearing.
Could anyone suggest me a good method to implement this idea using view class and canvas?