如何为我自己的应用程序构建一个漂亮的类似 Android 的用户界面
我们正在开发一个大量涉及用户交互的软件套件。我们希望有一个漂亮的触摸式用户界面,与 Android 非常相似。是否有任何库或其他方法可以轻松为自己的应用程序构建和使用此类用户界面。我们主要使用 C++ 进行开发,但使用 Python 或 Java 甚至基于 Web 的东西也会有所帮助。 谢谢。
We are developing a software suite that heavily involves user interaction. We'd like to have a nice touch-based user interface, very similar to that of Android. Are there any libraries or other ways to easily build and use such user interfaces for own applications. We mainly develop in C++, but things in Python or Java or even something web-based would also help.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您想轻松地为 Android 应用程序构建图形用户界面,您可以使用 DroidDraw http://www.droiddraw.org /
此外,我还建议您将 Java 编程语言与 C++ 语言结合用于您的软件应用程序。 DroidDraw 有一个 Java 编程语言插件,可以轻松加速您的 UI 创建:)。希望有帮助。
Well if you want to easily build graphical user interface for your Android Application, you can use DroidDraw http://www.droiddraw.org/
Also I would recommend Java programming language in combination with C++ language for your software application. DroidDraw has a plugin for Java programming language that would speed up your UI creation with ease :). Hope it helps.
对于基于 Web 的,您可以尝试用于 Java 的 GWT (Google Web Tookit)。 Flex-AIR将是桌面应用程序的另一个候选者。
For web based, you can try GWT (Google Web Tookit) for java. Flex-AIR will be the another candidate for desktop application.