Ask HN: Is there an App Builder that doesn't Suck?
I surveyed a bunch of them, AppMakr, Genwi, but all they seem good for was creating just "one" kind of app, that's a simple RSS feed-reader. Is there something better out there, like Weebly is for Websites ? Or there is no demand for an appbuilder ?
2 comments
[ 4.1 ms ] story [ 16.3 ms ] threadIE a basic wordpad - type text editor with some rich text editing would consist of:
- dropping a RichText control on a form (an empty window), and giving it a name ('editor') - dropping buttons on the form, graphically placing them, and selecting captions, etc. - Setting onClick events for the buttons, and placing code to the effect of ('editor.selection.font.style = 'bold';)