I don t know the exact term for what I am looking for. I am developing a game and I am showing score in other game scene. I want to change the score (Actually add current score in previous score) in such a way that is change one by one like in other games. For example if previous score in 10 and current score is 10 then I want to show it like this with speed 10 11 12 13 14 15... while adding. And when reached 20 a sound will be played like tiiiinnnnnnnn. I want to add one by one. I hope I cleared my question please provide a solution. Thanks
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...