I\'m planning to develop a small J2ME utility for viewing local public transport schedules using a mobile phone. The data part for those is mostly a big bunch of numbers representing the times when th
I\'m new to J2ME, in lots of places I have seen this: Display.getInstance().callSerially.. e.g. Display.getInstance().cal开发者_如何学运维lSerially(new Runnable() {
I am planning to start some Java mobile phone development. I downloaded the wireless toolkit, but it asks for the Java SE SDK. I have got to this page - htt开发者_运维技巧p://java.sun.com/javase/downl
I have basic idea on Kilo Virtual Machine on Mobiles, I have clear idea of how JVMworksclass loaders , Executable Engine,Method Area etc .
My application extends the ui开发者_开发百科.Manager class. Is it possible to enter the app without using the enterEventDispatcher. As it needs me to inherit the Application/UiApplication to do that.
I am trying to use the hessian j2me implementation @ http://hessian.caucho.com/ using java me sdk 3.0.
I want to make a BasicEditField that should accept only uppercase letters, lowercase letters and numeric values. It should not accept any other symbol. Is there any style bit ava开发者_如何学运维ilabl
I m getting current time zone as , String defaultTimeZone = \"\"+TimeZone.getDefault(); Now I want to get its time for which I m using ,
i m developing a blackberry app which requires facebook login. can i lo开发者_StackOverflow社区gin to facebook via my app without stopping the app in the middle. means can i login to facebook in paral
I\'m pretty new to J2ME development scene. And for that matter, have just recently installed, JDK 6 update 16 bundled with NetBeans 6.7.1 IDE and Sun WTK 2.5.2, on Ubuntu 9.04 machine.After going th开