I would like to use gtalk or any other messenger in my application but i don\'t know how to do this.can u p开发者_C百科lease give me idea about how to solve this one.if u can provide me some web link
Lets say I\'m interacting with a system that has two incrementing counters which depend on each other (these counters will never decrement):
1.)I have c开发者_开发知识库reated j2me Application.I want to maintain settings Form. so i created class with getter/setter. i hope getter/setter will store in heap. Its same behavior to store that va
I want to programmatically measure the phone signal strength in a mobile phone. I don\'t actually care about the mobile phone or the programming environment: It can be based on android or windows mobi
I have created a maven project with j2me-archetype using netbeans. It creates a project with a default MIDLet (SampleMIDlet.java).
Nokia E61,E71 etc has different var开发者_C百科iations of keyboard layouts like QWERTY, QWERTZ , AZERTY etc. Is there a way I could detect the current keyboard layout through J2ME?
which is more efficient in j2me: public void schedule(TimerTask task, Date firstTime, long period) public void scheduleAtFixedRate(TimerTask task,
I wo开发者_Python百科uld like to know how to calculate difference between two different timezones / timestamps in Blackberry application.
I have a .jar file of LWUIT, and it\'s also in there in the NetBeans library. When I add it as a .jar file my programs run good and when I add it as a library my output is not show开发者_如何学Cn corr
S40 doesn\'t allow an app to run in background. It seams the only solution is to use PushRegistry.registerAlarm.