Questions tagged [java-me]

Java Platform, Micro Edition, or Java ME, is a Java platform designed for embedded systems.

Java Platform, Micro Edition, or Java ME, is a Java platform designed for embedded systems (mobile devices are one kind of such systems). Target devices range from industrial controls to mobile phones (especially feature phones) and set-top boxes. Java ME was formerly known as Java 2 Platform, Micro Edition (J2ME).

  • Technology overview for beginners on Oracle.com - Introduction to Mobility Java Technology:

    To develop applications using wireless Java technology, you'll need to assimilate information from several fields. You'll need to understand something about wireless communications technology, the business of wireless communications, and a lot about the Java platform. Where should you begin? This page contains a high-level overview of wireless Java technology and many links to detailed information about specific subjects...

API Documents

CLDC 1.1 API Documentation

MIDP 2.0 API Documentation

5775 questions
7
votes
3 answers

Can A Midlet invoke another Midlet?

I been looking around and at sources like this one they say that a Midlet can invoke another if they are in the same suite, or if they are in the same namespace and in the same jar file. I do not understand what a Midlet-Suite is? Also after…
Kevin Boyd
  • 12,121
  • 28
  • 86
  • 128
7
votes
1 answer

Implementing Floggy framework in J2ME

I am creating an application with J2ME. for connecting with database I am using RecordStore. This is first get all records and traverse through it to search a record. But I have thousands of records and I just need some based on criteria - is there…
Hemant Metalia
  • 29,730
  • 18
  • 72
  • 91
7
votes
5 answers

How Do I Minimize a J2ME App?

I need my J2ME app to run in the background and still allow the user to use his mobile without problem. the app still needs to process some events in the background. I would also like to allow the user to stop the app if he wants to. How can I…
Attilah
  • 17,632
  • 38
  • 139
  • 202
7
votes
1 answer

left and right command menus in LWUIT form

Using LWUIT framework to develop mobile application. In LWUIT by default first command is placed in the left and subsequent commands will be placed in the right menu of the form including the command which is already placed in form left.I need to…
jezhilvalan
  • 331
  • 1
  • 7
  • 14
7
votes
1 answer

Start MIDlet automatically when device reboots?

I am working in J2ME. I want that my application must be automatically started when my device reboots. I have made Nokia-MIDlet-auto-start: yes entry in my JAD file as suggested in…
Pushpendra Kuntal
  • 6,118
  • 20
  • 69
  • 119
6
votes
1 answer

Where can I find/download LWUIT Themes

I saw a really awesome LWUIT theme today and graphics is not really my thing. Does anyone know anywhere I can download (or even purchase) good LWUIT themes?
Chibueze Opata
  • 9,856
  • 7
  • 42
  • 65
6
votes
2 answers

Need some help in parsing this XML in J2ME platform

Below mentioned is my XML,
Shishir Shetty
  • 2,021
  • 3
  • 20
  • 35
6
votes
4 answers

Why Avoid System.exit()?

I was reading in Anthony Rizk's book Beginning BlackBerry Development that although System.exit() method will exit an application, it is recommended to avoid this and properly clean up the application on exiting by closing all screens instead. My…
Anthony
  • 3,990
  • 23
  • 68
  • 94
6
votes
2 answers

Which is better tool for Blackberry application development?

Which gui development option gives a optimized and faster gui for Blackberry applications? BB tools,J2ME tools,or any other UI toolkit like LWUIT ?
iOSDev
  • 3,617
  • 10
  • 51
  • 91
6
votes
3 answers

Alternatives to rotating buffers into Players in J2ME?

Due to (quite annoying) limitations on many J2ME phones, audio files cannot be played until they are fully downloaded. So, in order to play live streams, I'm forced to download chunks at a time, and construct ByteArrayInputStreams, which I then feed…
zildjohn01
  • 11,339
  • 6
  • 52
  • 58
6
votes
2 answers

What is the difference between httpconnection on J2ME and HttpUrlConnection on Android (http error 401)

I connect to two servers (PROD is https, test server is http) on my applicaitons. on J2ME: I can connect to this two servers without a problem. on Android I can't connect to test-server. When connection is http, if I dont use…
atasoyh
  • 3,045
  • 6
  • 31
  • 57
6
votes
7 answers

How to create a browser window in J2ME?

How can i create a browser component in J2ME which can display web pages inside an application? Is there any API available for this ? or is this really possible ?
Jinesh
  • 801
  • 4
  • 13
  • 22
6
votes
4 answers

Approximate searching against a list of strings

So yes, I read about how edit distance can be used between strings to decide how "close" are two string to each other. This algorithm, implemented as a Dynamic problem takes O(mn) time, where m and n are the lengths of the text and pattern…
Gooner
  • 1,380
  • 2
  • 14
  • 25
6
votes
3 answers

Approach to developing an application across many Nokia devices

First off, greetings everyone and thank you for your interest in my question. I'm currently working at a mobile startup. Our product is a communication app for Android, iOS and BlackBerry devices and we're looking to expand onto some Nokia…
Andre
  • 3,150
  • 23
  • 23
6
votes
3 answers

Please advise me on Java mobile app

I am new to Java and I want to create a Java app for mobiles. When I approached software companies they asked for "Android / Blackberry / Symbian" etc... Being a newb, I am really surprised by these questions. Can you please tell me whether there…
user198725878
  • 6,266
  • 18
  • 77
  • 135