How to maintain the GUI part in j2me of different mobile
screen size?
Answers were Sorted based on User's Feedback
Answer / ashok
You can Maintain The screen size by getting getWidth() and getHeight() of the Display of Mobile screen
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / neel
By dynamically getting the screen size.. we can mentaine the
GUI part ....
getWidth()
getHeight() provides the screen size..
| Is This Answer Correct ? | 3 Yes | 1 No |
What is PSTN ?
What is 3GPP
What is W-CDMA ?
What is j2me in mobile computing?
What is PDCP ?
in which stage the mobile is hanging?
What is SIM ?
Explain about Telematics ?
How to maintain the GUI part in j2me of different mobile screen size?
What is i-appli
What is CDPD ?
Hi, I have a midlet. In that I created object that extends Canvas.In that canvas I added one command,when I click that command the control is not coming to CommandAction() method of that canvas. Can u suggest me any solution for this?