I need to know abt the creation of images using byte array
for example
InputStream is = null;
is = getClass().getResourceAsStream("/about.png");
byte ByteImage[] = new byte[8605];...
Type: Posts; User: Supraja; Keyword(s):
I need to know abt the creation of images using byte array
for example
InputStream is = null;
is = getClass().getResourceAsStream("/about.png");
byte ByteImage[] = new byte[8605];...
can any j2me application can be registered as a service?
I need to convert a date into string and store it in rms provided by j2me
and then retrive that string and convert back into date format and then display on the screen
I need to know about how to enter a text in canvas screen and to display it on that.
Note: That this canvas screen is on the mobile and the entering the text is using teh keypad of the mobile. I...