Describe and explain WML ?
where images can be stored in j2me?
What is MIDlet ?
3 Answers Canvas, Indus Logic, Wipro,
What is CVM
What is FDMA ?
What is POSE ?
What is i-appli
What is T9
What is KVM ?
I have a problem wtih a program. The program logic is like this.......... from a class which extends midlet class i create object of a class(say canobj(word)) which extends canvas class by passing a string. the next statement is display.setCurrent(canobj); Everything is fine but the paint(Graphics g) method is not executed. What may the problem. please suggest me the answer.
Explain 3G ?
What is LCDUI ?
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?