krishna
krishna

Reputation: 998

Get application name on focus in blackberry

I am new in blackberry. I want the name of the application on focus. That is, for a particular application, if it is focused in downloads folder then name of that application should be displayed. Is it possible in Blackberry?

Please share it.

Thank you.

Upvotes: 2

Views: 306

Answers (2)

Ray Vahey
Ray Vahey

Reputation: 3065

In your project you will find a file called BlackBerry_App_Descriptor.xml

If you open that file in eclipse you will see it allows you to set 2 icons and tick one as rollover (in focus).

You could simply design the rollover icon so that it incorporates your applications name. Or maybe logo/initials as it's not very big.

I'm guessing you mean when your application icon is in focus, if you mean other peoples applications then the answer is no (or more specifically what Richard said).

Upvotes: 2

Richard
Richard

Reputation: 8920

This would only be possable if the application in question either provided an API for other applications to get this data, through a listener interface for example; or if it issued a global event.

Upvotes: 1

Related Questions