Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
New Developer
Anand04
Posts: 55
Registered: ‎06-05-2012
My Carrier: Developer

limit of APP icon size

hi all,

 

please let me know what is the maximum size of Application icon in BB?

 

 

 

Thanks

Please use plain text.
New Contributor
kishore2012
Posts: 5
Registered: ‎08-23-2012
My Carrier: Blackberry

Re: limit of APP icon size

Hi Anand, u want max size in MB
Please use plain text.
Developer
simon_hain
Posts: 14,058
Registered: ‎07-29-2008
My Carrier: O2 Germany

Re: limit of APP icon size

you can use http://www.blackberry.com/developers/docs/7.1.0api/net/rim/blackberry/api/homescreen/HomeScreen.html... resp width to check your current device.
Usually the device should scale the icon, but sometimes it does it incorrectly, in which case you should have a different size.

for 6.0 you can check these
http://docs.blackberry.com/en/developers/deliverables/17965/Default_themes_and_dimensions_for_icons_...
(not sure if there is an updated version, i did not find any)

i think the current 7.1 models use 92x92
----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.
@SimonHain on twitter
Please use plain text.