简体   繁体   English

使用代号一编写GUI的最佳方法是什么:使用设计器或对GUI进行编码?

[英]What is the best way to write a GUI in Codename One : Use the designer or code the GUI?

I am looking for a way to quickly (but surely) design mobile app. 我正在寻找一种快速(但肯定地)设计移动应用程序的方法。 So far I have been using the designer because I've been watching the video tutorials from CN1. 到目前为止,我一直在使用该设计器,因为我一直在观看CN1的视频教程。 But when I read the manual from CN1 the GUI is often coded by hand. 但是,当我从CN1阅读手册时,GUI通常是手工编写的。 And sometimes I struggle with the designer and the styles to make the GUI look how I want it to look. 有时,我会与设计师和样式斗争,以使GUI看起来像我想要的样子。

So I was wondering if I should still go with the Designer for my future app or coding is much faster (the GUI I design are very simple) now that I know more about CN1 and the styles? 所以我想知道我是否应该继续使用Designer来开发我的未来应用程序,或者既然我对CN1和样式有了更多的了解,编码会更快(我设计的GUI非常简单)吗?

Thanks for your advices, 感谢您的建议

Cheers 干杯

我们将重点转移到新的gui构建器上,该生成器将生成更具手工编码样式的应用程序,而不是当前的StateMachine方法,因此,我们建议手动编码UI,直到新的gui构建器变得更加可靠为止。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在没有GUI设计器的情况下实现GUI的最佳方法是什么? - What is the best way to implement a GUI without a GUI designer? 组织GUI代码的“正确”方法是什么? - What's the “right” way to organize GUI code? 创建不同的GUI显示对象并使用CardLayout在它们之间进行切换的最佳方法是什么? (JAVA) - What is the best way to create different GUI display objects and use CardLayout to switch between them? (Java) 为丰富的交互式GUI建模的最佳方法是什么(使用用例或其他方法)? - What is the best way to model a richly interactive GUI (using use-cases or other approaches)? 将GUI添加到Pygame应用程序的最佳方法是什么? - What's the best way to add a GUI to a Pygame application? 为Java软件制作美观的GUI的最佳方法是什么 - What is the best way to make a handsome GUI for a Java software 在C ++中创建简单的跨平台GUI的最佳方法是什么? - What is the best way to make a simple cross platform GUI in C++? 创建从SQL数据库到GUI的映射的最佳方法是什么? - What is the best way to create mapping from SQL database to GUI? 开始使用GUI C ++编程的最佳方法是什么? - What is the best way to get started in GUI C++ programming? 为 selenium 自动化创建 GUI 的最佳方法是什么? - What would be the best way to create a GUI for selenium automation?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM