Im running an j2me app on android.
Im aware that form runs in fullscreen, but since on android all actions are in menu i would like to get rid of the action buttons on form.
How can i do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should write a native Android app. Running J2ME apps on Android is never a good idea:
Try porting your J2ME app to the Android SDK. Keep only the non-interface stuff (any calculations, api libs, etc.) and rewrite the interface stuff using the Android SDK. It’s a bit more work, but it will be completely worth it.