TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Why is there no software for generating cross-platform native UI code?

2 点作者 dreamer7将近 5 年前
HTML + CSS, iOS and Android all are complete design systems. Any UI that we design can be developed for these platforms.<p>Forgive my possibly naive understanding of mobile UI. Why is there no software&#x2F; service that allows us to develop on one platform and automatically transpiles into the other platforms?<p>Is it because it is extremely complex or because developing the UI is not the most time-consuming element of cross-platform development or both?<p>A form field for web - &lt;input ....&#x2F;&gt;<p>is &lt;EditText ....&#x2F;&gt; for Android<p>and &lt;UITextInput ....&#x2F;&gt; for iOS

1 comment

praveen9920将近 5 年前
Kony is proprietary platform which does generate native app code ( <a href="https:&#x2F;&#x2F;www.kony.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.kony.com&#x2F;</a> )<p>Major problem for implementing such thing is that there is no exact 1-1 mapping between all UI elements. There are certainly few elements which has the mapping but all the features cannot be done with those.<p>Also, I remember that apple has problem with generated code.<p>Note: I worked for Kony few years back