Java ME UI libraries

后端 未结 10 1090
你的背包
你的背包 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:43

    Most of the apps with amazing UIs (Opera Mini, Gmail, any game from an AAA developer) use custom UIs developed in-house. These developers take the task of developing an UI as one more in their projects and give it personality, involving professional graphic designers. Going with a packaged library would quickly accomplish the task but it would make the application look generic and bland (less bland that with the default UI, but still bland and limited).

    In short, go with a packaged UI for quick development, but don't expect the level of quality to be near the apps you mentioned.

提交回复
热议问题