Brew Question: Download Brew PDF

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

Tweet Share WhatsApp

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 PDF Read All 78 Brew Questions
Previous QuestionNext Question
How to suppress the title area from showing on my IStatic?Does BREW support animation?