• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

MIDP UI APIs and Blackberry

 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am in the first starges of trying to write an application that will eventually be runnable on the Blackberry and other mobile devices running MIDP 2.0. So, I am currently running my code through Sun's wireless toolkit simulator as well as the Blackberry simulator that came with the JDE.

Since I'm striving for portability, I'm trying to stick with the MIDP APIs. The problem is when try to change the font - change the size, style, etc. - the WTK simulator recognizes the changes but the Blackberry simulator does not. My question is, does the Blackberry respond at all to UI changes made with the MIDP APIs? If so then should I just stick with the Blackberry APIs and resort to having to write two different applications if I desire portability?

Richard
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Or look into using J2ME Polish and their UI, it will also look better.

Mark
reply
    Bookmark Topic Watch Topic
  • New Topic