JAVA - about LWUIT supported mobiles

Hey I have built a small application using LWUIT and I want to know which mobile devices does support LWUIT framework? Can anyone help me regarding this issue and share their knowledge.

This question and answers originated from www.stackoverflow.com
Question by (8/2/2011 4:46:45 AM)

Answer

LWUIT is supported on MIDP 2.0/CLDC 1.1 and up, has been ported onto CDC platforms, other mobile and embedded devices.

Read this article for your reference, Portability and Performance of LWUIT.

Answer by

Find More Answers
Related Topics  java  mobile  java-me  lwuit
Related Questions
  • Why arabic font not supported in Samsung mobiles using LWUIT?

    I have tested my mobile application on some Samsung mobiles for testing purpose(Samsung Corby b3410 and Samsung c6712). Here Arabic font not showing on these mobiles. But it will working properly on…
  • Representing tables in the LWUIT browser

    I am trying to have a horizontally scrolling table within a HTMLComponent as the tables can be wider than the width of the mobile phone and I don't want the user to have a wrapped table. I set setSc…
  • LWUIT: Layout calculation problem

    I have a rather large application written with LWUIT. With only a few screens that have the problem. The problem: When the page loads, everything looks fine. but when you scroll you can't scro…
  • How to capture images using LWUIt VIdeoComponent

    I have tried using MediaComponent , but since it is now deprecated it wont be good moving forward. Also i was not able to get it to re-size to full screen on the form. I am trying to use VideoCompon…
  • java me lwuit : string does not fit on screen

    i am using sun's lwuit library for making my user interface in java me. i have a string containing newline characters. this is what i do: String str = "lfjsdfsdfdkf\nsfljl\nsdfj"; TextArea box…
  • LWUIT Gui builder

    I installed JDK 7 and tried running the LWUIT resource editor but it doesn't have the GUI builder tab and the web start version is completely not working, does this mean i have to use an older versi…
  • Menu Bar Height in the LWUIT Form

    application develop in the J2ME using LWUIT.when i port this application on the Samsung Device it create following problem. int h = Display.getInstance().getDisplayWidth(); It returns 388 for…
  • How to avoid a lwuit application restarting after being minimized in java-me

    I've created an application with lwuit on java-me, however, each time the user receives a phone call the applications is minimized and when the user restores it, the first Form is shown again (a spl…
  • LWUIT Scrolling

    Here is another question regarding JavaMe and LWUIT. I need to manually scroll textarea with help of methods or etc. TextArea contains methods responsible only for obtaining current position of s…
  • LWUIT assistance

    import com.sun.lwuit.Button; import com.sun.lwuit.Command; import com.sun.lwuit.Display; import com.sun.lwuit.Label; import com.sun.lwuit.events.ActionEvent; import com.sun.lwuit.events.ActionListen…