hi, i am developing an android app i need to go from one activity to another in that first i need to change the colors of button then a delay (so that the) and then call this same function(the one i am in rite now)
in objective-c it is done with [self performSelector:foo afterDelay:2]
so i need to the its java equivalent.