Reputation: 21
I want to create an advertiser in my android application. I want to advertise it for indefinite time.
Upvotes: 2
Views: 427
Reputation: 13345
You can advertise for an indefinite time by passing a value of 0 to the setTimeout()
method. Have a look at the links below for more information:-
I hope this helps.
Upvotes: 1