Questions tagged [midp]

Mobile Information Device Profile is a set of Java ME specifications. Known versions are 1.0 (JSR 37), 2.0 and 2.1 (JSR 118) and 3.0 (JSR 271)

592 questions
-2
votes
2 answers

Creating Multiple Columns in RMS database using J2me

How can I create multiple columns in rms? Like Name, Occupation etc. I have just used RMS built-in functions like addRecord. I haven't found any way to create multiple columns except for concatenate all the column values in one string add pass it to…
-2
votes
1 answer

Switching between the Midlets

I want to know how to switch between two Midlets i.e. Go from First Midlet to Second Midlet on pressing command?
Rana Anees
  • 307
  • 2
  • 13
-2
votes
1 answer

Draw string on the center of the header image

I am creating a login screen and I want to add an header to the form and write text on the center of the header image. I am able to draw the header using ImageItem in j2me. But I am stuck up with writing the text on the header.
AndroGeek
  • 1,280
  • 3
  • 13
  • 25
-2
votes
2 answers

Wrap text on Canvas in J2ME

I am going to develop j2me application. I want to know, how i can wrap text on canvas according to screen width size in J2ME.
Nilesh
  • 167
  • 3
  • 15
-2
votes
1 answer

Java ME help displaying calendar canvas from Nokia tutorial

I've been following below tutorial on how to create a calendar widget in Java ME. I can't seem to get it to work. When I run the application it just says it's running in the background. I guess I'm not initializing it properly. Where exactly to put…
Skeng
  • 147
  • 3
  • 11
-3
votes
2 answers

Graphics g calling

In my application I have 1 jar file which I imported in my project. Now I want to access one method of the class (jar file) which contains arguments Graphics(g). I want this method to be accessed in the startApp() of my application, but I can't…
subbu
  • 146
  • 2
  • 8
-4
votes
2 answers

Does J2ME support HTML5?

I want to make an application for J2ME phones. In that application I want to use HTML5, how I can do this? I worked on LWUIT. Does LWUIT support HTML5? Or give me any other browser info.
Nilesh
  • 167
  • 3
  • 15
1 2 3
39
40