hi friends can u all please help me.i have decided to make my final yr project in j2me , but i am unable to decide over the topic.can any body please suggest...
i want to build a splash screen, please help, this is my code: package ewetmidlet; import javax.microedition.lcdui.*; import javax.microedition.midlet.MIDlet; ...
Think you might be interested in a J2ME book review I published on JavaWorld this week: http://www.javaworld.com/javaworld/jw-07-2002/jw-0719-wireless.html I...
May be a personal organiser that connect to J2EE server with JSP, EJB and so on, depend on how much work do u want to do. ... <HR> <html><body> <tt> hi...
I'm displaying and moving images on the canvas and instead of having to clear the entire canvas and then redisplay the images in the new positions I would like...
I'm trying to find an IDE for creating Palm Pilot programs that has the flexibility of an IDE known as VFDIDE (which is an IDE for creating Palm Pilot Forms...
Actually, I do not think you can control the exact placement of GUI components in a MIDP application. Keep in mind that MIDP is designed to be portable across...
You might be able to do more of custom placement (with the help of a Custom Control, Layout, etc..) in MIDP2.0. For more information check-out: http://jcp.org...
Srikanth Raju
srikanth.raju@...
Aug 13, 2002 11:50 pm
161
I am writing a Application in MIDP that relates to chatting via the cell phone. I need to send the MSISDN number of the cell phone to the server. How do I send...
I am using NANO XML and am referring to Srikantj Raju's Documentation guide. I Have downloaded the nano xml jar file,but am unable to implement this. ... 1)How...
I've finally found a Visual IDE for creating Palm Pilot programs that allows me to control the placement of the objects (such as buttons and check boxes) on...
Thank you for yr reply. I did plcae it the lib directory of my project but still i was getting the same import error as my source code was doing an import of...
I need some urgent help please. I am writing MIDP applications and I am sending lots of XML Data to the Server. Now is there I way I can create the XML...
... Could it be a classpath problem? I mean, if you have a previous version of WTK or (CLDC/MIDP) installed in your system, it might use the old class ...
Hi Michael I could solve the problem already. I did as your recommendation by checking about the former version installed of MIDP/CLDC. I have install MIDP on...
Hi Michael I could solve the problem already. I did as your recommendation by checking about the former version installed of MIDP/CLDC. I have install MIDP on...
Hi Michael I could solve the problem already. I did as your recommendation by checking about the former version installed of MIDP/CLDC. I have install MIDP on...
Hi guys, Check out my new article on JavaWorld: "Access Web services from wireless devices" http://www.javaworld.com/javaworld/jw-08-2002/jw-0823-wireless.html...
Hello This is a very basic question but I am new to J2ME. If anyone can point me in the direction of good tutorials/books etc. I would be greatful! Anyway, I...
... Now that would be a great thing. Unfortunately NO. It is built-in by the vendors. You just install on Palm/PDA devices. ... I'd say you be best off looking...
... The J2ME implementation is provided by the device manufacturer. ... Yes, there is. Your J2ME applications need a JVM (usually KVM) and a set of libraries...
... Well, there are more than one J2ME books. :) See my review of 6 J2ME books here: http://www.javaworld.com/javaworld/jw-07-2002/jw-0719-wireless.html ...
... I would second the previous recommendations for http://wireless.java.sun.com for tutorials and lots of good code examples. For J2ME related books in...
Hi all, I have a problem to ask for help from folks. For my query, I got a bunch of data more than display into one mobile phone page and I don't want to let...
... Why can't you just cache your query results in several "page" objects and maintain a page counter in your controlling MIDlet? If you want to the pages to...