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

Adobe AIR Development

Reply
Contributor
tylorpin
Posts: 39
Registered: ‎06-13-2011
My Carrier: digi
Accepted Solution

BB10 Icon guideline

Hello there, I've been told that BB10 apps required an icon of different size, the reference I got is inside this link, https://developer.blackberry.com/air/documentation/bb10/create_icon_button.html which require us to create an icon image.

 

However, in developing for the Playbook it's as simple as this following code which is available inside the .bar descriptor.

 <!--  The icon for the application which should be 86x86 -->
   <!-- <icon>
      <image>hello.png</image>
   </icon> -->

 How exactly should I make icon for BB10? Can I use the method similar to creating one for Playbook? And what is the size of it?

Please use plain text.
Contributor
tylorpin
Posts: 39
Registered: ‎06-13-2011
My Carrier: digi

And I submitted my playbook apps with the BB10's resoluti...

And I submitted my playbook apps with the BB10's resolution to the app world, but with the same 86x86 icon, will it still be accepted?

Please use plain text.
Developer
pyth
Posts: 225
Registered: ‎01-19-2011
My Carrier: Outer Space

Re: And I submitted my playbook apps with the BB10's resoluti...

[ Edited ]

yes it will be accepted (if everything else was ok), but the icon will look too small. as of BB10, the icons should have 150x150.

 

actually, it would be better if you could provide two icons, one for bb10, one for playbook, since the bb10 icons look squared while on playbook, many icons have transparent corners/free sizes. MSohm, any possibility to set that in the bar descriptor-file?

 

btw, your link refers to an iconbutton. that's not the app icon, it's just an in-app button with an icon :smileyhappy:

-----------------------------------------------------------------------
Keep the forum alive by clicking 'like', accepting solutions or saying 'thank you'
Please use plain text.
Regular Contributor
Torres90
Posts: 88
Registered: ‎01-12-2011
My Carrier: DiGi twitter@TylorPin

Re: And I submitted my playbook apps with the BB10's resoluti...

It's discussed here

http://devblog.blackberry.com/2012/11/blackberry_10_icon_sizes/

and here

http://supportforums.blackberry.com/t5/Adobe-AIR-Development/Got-Game-Get-Rewarded/td-p/1982165

Click "like" if my reply helps and click "Accept as Solution" if it solves your problem!

twitter @Twopinstudio
my vendor page https://appworld.blackberry.com/webstore/vendor/7126/?lang=en
Please use plain text.
J4y
Contributor
J4y
Posts: 27
Registered: ‎01-19-2013
My Carrier:

Re: And I submitted my playbook apps with the BB10's resoluti...

[ Edited ]
Please use plain text.