Java ME UI libraries

后端 未结 10 1080
你的背包
你的背包 2020-12-09 12:11

I\'m developing a Java ME app & need pointers to some really good UI libraries. I did see a few such as Java ME Polish. Are there any more out there? For e.g. ebuddy\'s

10条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-09 12:25

    I'm facing a similar dilemma right now. We're currently using the default, high-level LCDUI framework for the speed of development, but its severely limiting what we can do. I had thought our best option would be to use a third-party UI framework, but I'm now coninced that if we're serious about the application we should write our own. Its like anything in software, if its mission critical to your application you should write it yourself, even if it that means re-inventing the wheel.

提交回复
热议问题