Brew Question:
Download Questions PDF

What events must an applet handle?

Brew Interview Question
Brew Interview Question

Answer:

In addition to the obvious EVT_APP_START and EVT_APP_STOP, your applet must support EVT_APP_SUSPEND and EVT_APP_RESUME in order to pass True BREW Testing.

Download Brew Interview Questions And Answers PDF

Previous QuestionNext Question
Can you please explain the difference between MALLOC() and IHEAP_Malloc() function in BREW-SDK?How to test an application on the emulator to determine if it behaves properly under low memory conditions?