Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Ask HN: Why is there no software for generating cross-platform native UI code?
2 points by dreamer7 on June 7, 2020 | hide | past | favorite | 1 comment
HTML + CSS, iOS and Android all are complete design systems. Any UI that we design can be developed for these platforms.

Forgive my possibly naive understanding of mobile UI. Why is there no software/ service that allows us to develop on one platform and automatically transpiles into the other platforms?

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?

A form field for web - <input ..../>

is <EditText ..../> for Android

and <UITextInput ..../> for iOS




Kony is proprietary platform which does generate native app code ( https://www.kony.com/ )

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.

Also, I remember that apple has problem with generated code.

Note: I worked for Kony few years back




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: