I want my BlackBerry app to open a website when I focus on its name. Can anybo开发者_开发知识库dy tell me how to do that?final LabelField label = new LabelField(url,LabelField.FOCUSABLE);
I am using the LWUIT library (j2me). When I compile the code with my IDE (intelliJ) everything compiles and runs fine, but when I\'m building it with Antenna (latest version), I fail on the preverify
I want to connect my mobile application(J2me) with SQL Server 2008. 开发者_如何学PythonPlease help me. I\'m new in j2me. I need any articles or examples about this connection.I would suggest that you
I have an application in JavaME that can display the feed from viewfinder using the VideoControl Item videoItem = (Item)vidc.initDisplayMode(VideoControl.USE_GUI_PRIMITIVE, null);
I\'m looking at developing a One-time Password authentication system (j2me for phone, php for server side)
I have a TextField.PhoneNumber but I would like to filter out \"+\" character. In other words, I need a new constraint for TextField. Is there a way to define a new constraint with TextField?
I am trying to create a class. Let\'s call it Questionnaire. In Questionnaire, I want to instantiate a number of classes called Question. The constructor for Questionnaire accepts a string array of wo
Im trying to create a one time 开发者_如何学Pythonpassword generator for a phone. In the RFC2289 it specifies that i must fold the output of the MD5, i\'m using bouncy castle MD5 and i cant work out h
Is it possible to develop java me applic开发者_StackOverflowations on linux? It appears that there is no linux version of the sdk. Otherwise what would you suggest as a good language to develop mobile
Is it possible to use session in J2me? I am trying to develop a Blackberry application. I want to get some text from a class(page) and use in another class(page). May be something like the we do in ap