Frank
Frank

Reputation: 3121

How to detect when a blackberry application is in active state?

iphone has a method called applicationDidBecomeActive, was wondering if there was something similar in blackberry SDK.

Upvotes: 4

Views: 182

Answers (1)

Richard
Richard

Reputation: 8920

Maybe Application.activate():

The system invokes this method when it brings this application to the foreground. By default, this method does nothing. Override this method to perform additional processing when being brought to the foreground.

Upvotes: 4

Related Questions