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.
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).
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.
精彩评论