1,115 Recommended Topics
Remove Filter ![]() | |
Hi My name is Peter aka Qing, I come from Uganda. That is in East Africa. I have this urge to learn alot [I]n programming but sometimes am lost in dreamng. I need some one to like mentor me or help show me the path. I have so fare been … Mobile Development | |
Hi, I am doing one mobile application. In my Application, i need to generate a report from the database which is on server side in mobile phone. I have no idea about this.So, if any one know, how to do this, please help me. Advance Thanks for your useful replies. … Mobile Development | |
I started out with RMS lately(well last hour only) and laid out methods for my class to use RMS for data persistency. The MIDlet works fine both in my S40 Nokia cell & the emulator(Sun Java) as long as the App is not closed. [U]Steps[/U] 1. I add record to … Mobile Development | |
Hi all, I have written sql code to create a SQL Server CE database to be deployed on a Windows Mobile emulator using the SqlCeEngine object. The sql statements are enclosed in the form load procedure. However, when i run the program i get the following error: [B]There was an … Mobile Development | |
This year, STLP has added an Iphone App competition that I am interested in. However, I know little to nothing about creating one and could use any help, references, tutorials, etc. you have. Are there any sites or programs that I could use/need to make an Iphone App? [B]Note:[/B] Being … | |
I am writing a java application on mobile which uses Bluetooth connections The javac compiler compiles the file without error but when I try to exe a certain part of the code it says: ALERT:Cannot create class in system package and this doesnot happen in application beginning it happens at … Mobile Development | |
Hello! I am new in J2ME and I had a project about how to build a communication system by java codes.I just need to know the problem I have in my code such that I get an error when execute it through console.The error is: javax.microedition.io.ConnectionNotFoundException:The requested Protocol doesnot exist … Mobile Development | |
I am new to Blackberry Development so Please inform me how to run existing midlet jar in blackberry using eclipse ide i am using eclipse Version: 3.4.1 with blackberry plugin and simulator is 8300... Step By step information Please.... Mobile Development | |
as a undergrad student i am thinking of making a mobile application online traffic system and informer using java specially for nokia mobile devices i have almost finished developing its algorithm and some design works are on progress but i am really stuck and confused about which ide should i … Mobile Development java | |
Hi, I encounter the problem of not being able to read the information from the contact list. It is ok to read organization name and email. But I can not read the name information. I get the exception message of java.lang.IndexOutOfBoundsException: Empty field: 106>, Exception caught in Display class What … Mobile Development | |
Hi! I am tryig to write a simple j2me MIDlet program. Using that program, a user has to fill the required information to make an air reservation. And he also can see the resersation list. I used the Recordstore to write and read again that reservation list. But my program … Mobile Development | |
Hi I am testing to write a contact list program. I store the information regarding name, Organization name, tel no and e-mail. When I select the read command, it shows all the organization name, e-mail in the list. It is all ok so far. I want to write the program … Mobile Development | |
Hi, Anyone please help me on how to proceed for reading and writing file in j2me. If anyone can provide sample code then that will be very useful! Thank you! Mobile Development | |
Hi there i m new to GUI programming and i have started it from midlet. the problem is, i have made separate classes for each page/form that is to be displayed on a mobile screen but dont know how to link them. Like i want when my login successful, my … Mobile Development | |
HI, i have written a j2me application using netbeans..can anybody tl me how to install this application to mobile????????????? Mobile Development | |
Hi, Please guide on whats the best practice to return multiple rows in JWS to the consuming client application. Currently i'm using Netbeans 6.7. Thanks. Mobile Development java | |
Hi everybody I am a beginner of j2me programming. I am reading a book regarding J2ME programming and that book is ok for me. But when I came across j2me programms of my friend, they are very complex for me although I know the basic things. For example, I thought … Mobile Development | |
Hai Friends, Iam doing project in J2ME, in MIDlet Form i append three textfields , one CustomItem control, how to setfocus(to set focus in second textfield when starting project) and to get focus(Currently Selection in which control). i doknow hot to get focus. please help me for this problem. Mobile Development | |
Hello, i have a few questions regarding - writing software and using that software in my cell phone. -Which language is best for cell phone software? - Can i use java, and would that be the easiest? -where do i even start when i begin to write a cell phone … Mobile Development java | |
I'm starting to learn MIDlet and I need a little help with a project. I have a MIDlet which would be a client. This client has to connect to a database - it will send some information to it and also receive an answer back. I have to use Socket … Mobile Development | |
Hello, I'm working on a bluetooth chat application project called 'BlueChat'. I coded the server (BServer.java) and client (BClient.java) parts (2 separate threads). The visual part is called BlueChat.java and allowes the user to select to be the server or the client. I wrote a lot of System.out.println("")'s to check … Mobile Development java | |
I am trying to create file using RMS. I couldn't use List Command to create a file using RMS. Can you suggest easier way to create a file using List. [code=java] import javax.microedition.midlet.*; import javax.microedition.rms.*; import javax.microedition.lcdui.*; public class RmsNormal extends MIDlet implements CommandListener { private Display disp; private Command … Mobile Development java | |
Please help me with code. I have create WebApplication/HelloServlet and Midlet using netbean 6.7 When i access Servlet using IE is see "Hello World!" But when i access the same from emulator calling it in Midlet. i see following code on my emulator screen. Is this the correct output? [code=html] … Mobile Development | |
Hello, This is my first post so I hope this is clear and in the correct place. I am having trouble dealing with the traverse method of Custom Item in J2me. What I want to do is have two custom items, one is "start game", the other "instructions" as menu … Mobile Development | |
Hi i want to show a wap website on Java ME application but i dont know how !!! please help me to do it thanks Mobile Development | |
Hai Friends, Iam using canvas class in my J2ME progrm,it does show full screen view in mobile, i want to show j2Me form to full mobile screen, please help me for this problem. Mobile Development | |
Mobile developers will be pleased to learn that Recursion Software has announced the availability of a C++ Toolkits Symbian bundle. The cross-platform, mobile and embedded app development tools specialist took the opportunity at the CTIA Wireless IT and Entertainment Expo 2009 to announce that C++ libraries for the iPhone and … Mobile Development android-development c++ iphone | |
Hi , i want to show splash screen whene the application start but after run this message is displayed : No thing to display i use this class , please help me to find probleam tanks [CODE]import java.io.IOException; import javax.microedition.lcdui.*; import javax.microedition.midlet.*; public class UCNAMidlet extends MIDlet implements CommandListener { … Mobile Development | |
Here is simple example of static image to be displayed as logo on the start-up/splash screen. This can be improved by creating animation out of series of images or use of flash file through [URL="http://developer.sonyericsson.com/site/global/newsandevents/latestnews/newsapr08/p_project_capuchin_announcement.jsp"]Project Capuchin[/URL] library. As for location of image file this was placed in new folder called … | |
guys..I'm in my senior year and I need to make a senior project by next semester. I'm planning to make a mobile application that will send the data to a computer and store it in a database and finally output it in a webpage or something. the problem is I … Mobile Development java | |
need it really badly for my project... pls help me... i'm a java neophyte...T.T Mobile Development abuse | |
[B][COLOR="Green"]Hello [/COLOR][/B]to each member of this community.I am a new member of this community and wants to know about [COLOR="Red"]bluetooth connectivity [/COLOR]from [COLOR="Green"]pc to mobile[/COLOR],if any one has relevent information(include code also) plz, provide me. [B][COLOR="Green"]Thanks a lot[/COLOR][/B].:icon_razz: Mobile Development | |
hi i have a j2me application with a display set to Canvas. when i try to change the midlet's display to another Canvas using the following command: Display.getDisplay(this).setCurrent(Canvas2); nothing happens. how can i efficiently change a display to another Canvas ? Mobile Development | |
I seem to have a problem displaying an image from the phone's filesystem in J2ME. The following code works for images that are in the res folder but not if the path references to a file on the filesystem .. [code]path = "file:///C:/Data/Images/200908/25082009004.jpg"; try { image = Image.createImage(path); } catch … Mobile Development | |
i have a midlet which has got a static variable. i need to keep the record of all the instances created in this variable. but it does not work like static variable. my code segments look like this. i am running this midlet on sun wireless toolkit 2.5.5. i can … Mobile Development ![]() | |
hi all, i'm developing a j2me application that can send and receive messages, but i don't know how to select multiple contacts from phonebook. Can anyone pls help me. Its urgent. Thanks in advance Satish Mobile Development | |
Hello, I'm learning Java ME, remember that i'm already a Java developer, but i was trying to do a simple contact book application, then when it was finished i run it in the WTK emulator, but when i try to add some record it only shows me the message that … Mobile Development java | |
Hello, I'm learning Java ME, remember that i'm already a Java developer, but i want to create another form to show all the details of the contact, like that of the contact book of the cell phones, here is my code: [CODE=java]package contacts; import java.io.*; import java.util.Vector; import javax.microedition.midlet.MIDlet; import … Mobile Development | |
Hello, I'm learning Java ME and i was building an application that is a simple contact book, but in the main form it only have menus, because i don't know how i can list the registry's on it, remember that i want to list only the names in the list … Mobile Development java | |
Hello, I'm learning Java ME and when i complete the development of an application that uses RecordStore, it's simple a contact book, but when i completed the code i see that my program have an error and i use Eclipse, then it marks wrong codes in the left of the … Mobile Development java | |
Hello, I'm starting in Java ME development, but when i finished the code, that i'm developing using Eclipse, it shows that my code have an error, with that red x in the left of the code line, here is the code: [code=java]package comm; import javax.microedition.midlet.MIDlet; import javax.microedition.midlet.MIDletStateChangeException; import javax.microedition.lcdui.Display; import … Mobile Development | |
HI, I am beginner in j2me. Trying to store the data[array] into next form. It will be helpful if you provide edit and delete the records from the form2. Can you suggest easier way to store the values in j2me [code] import java.io.*; import java.util.*; import javax.microedition.lcdui.*; import javax.microedition.midlet.*; public … Mobile Development | |
Hello everyone. Im trying to write a program for a cellphone that gets inputs from the user, does some calculations then displays various outputs. I am very new to java programming and getting a little confused. I am having trouble with finding out how to read the values from the … Mobile Development | |
Hey guys, I'm coding a phonebook viewer using J2ME, now the following code appears to break when the hasMoreElements gets fired! The exception is a arrayoverflow type on. Not sure why though [code] /* * Midlet.java * * Created on 15 July 2009, 23:38 */ import java.util.Enumeration; import javax.microedition.midlet.*; import … Mobile Development | |
Hi there... I'm a newbie in J2ME. I plan to make a project about SMS & MMS Layout Animation in Mobile Phone. Is it possible to make it so? If yes, would you mind telling me the steps of making its project? Thanks a lot. Mobile Development | |
Hello all, I am having a problem using HttpConnection.close() in my MIDlet. This happens on certain devices only like N5310, it is working fine on other devices. here is my code: [code=java] try{ HttpConnection http = (HttpConnection) Connector.open(URL); http.setRequestMethod(HttpConnection.GET); ....//some other processes here. }catch (Exception e){ }finally{ if(http != null) … Mobile Development | |
i am using netbeans for displaying my midlet, and am using sun wireless toolkit emulator, and one knows how to change the emulator to nokia or samsung for example? lets says samsung D900 or nokia 5300 for example. thank u all! Mobile Development | |
Greeting, I'm currently programming a client-server connection with single socket...I use Linux C programming for server side, and J2me for client side, and here's the problem... The login function run successfully for the server side, when It's a null exception for the client. The error is as follow: [CODE]java.lang.NullPointerException at … Mobile Development | |
hi all, i am new to programing forums, i am here to ask a help, please if any of u r able to help me i would be great full to u and may be able to help u or others in the future. i am making a pacman game … Mobile Development |
The End.