Brew Question:
Download Questions PDF

How to determine the character limit for the display of application names on the phone?

Brew Interview Question
Brew Interview Question

Answer:

Different phones have different display characteristics, so there is no unique answer to this question. You can determine whether your application name will fit on the phone's display by comparing the width of the application name to the width of the display.

Use IDISPLAY_MeasureText() to determine the pixel width of your application name string. Use ISHELL_GetDeviceInfo() to determine the pixel width of the screen

Download Brew Interview Questions And Answers PDF

Previous QuestionNext Question
How to suppress the title area from showing on my IStatic?Does BREW support animation?