Suggestions for GUI of a multiledia messaging application in J2ME

Posted by awaghad-ashish on Stack Overflow See other posts from Stack Overflow or by awaghad-ashish
Published on 2010-05-20T02:15:20Z Indexed on 2010/05/20 2:20 UTC
Read the original article Hit count: 438

Filed under:
|
|
|
|

Hello everyone,

We have developed a messaging application in j2me which adds text message, gets pictures from gallery and attaches them to the message etc and sends it over to a server after encryption, i.e. the client wants the messages to be encrypted. The app is ready but the only problem is that the GUI of the app looks miserable compared to the GUI of native messaging application on Nokia phones.

Our GUI consists of a texfield for adding recipients i.e. the user clicks "options" to "add recipients" and is taken to a new form where contacts are shown. but the textfield is not in one line (like in case of native app). Also, we need the user to input the text message in a textField since we cannot have textbox inside a form (but the native app has a textbox as well as a textField ). Are there any ways to achieve such GUIs (one-line textfields, textbox like thing inside a form)?

I hope you all understand what I mean, any kind of help will be appreciated.

Thanks and regards, Ashish.

© Stack Overflow or respective owner

Related posts about j2me

Related posts about gui