Hi, Which approach is better for implementing a user interface: direct coding or using Designer (layout)? Which method offers greater speed and is more standard? Furthermore, if the UI is implemented with a layout, is it possible for it and the .bal files to be decompiled and stolen? If so, how can this be prevented?
Which approach is better for implementing a user interface: direct coding or using Designer (layout)?
Ans: Designer (layout) + DSE + Anchors etc.
Which method offers greater speed and is more standard?
Ans: Designer (layout), WYSIWYG
if the UI is implemented with a layout, is it possible for it and the .bal files to be decompiled and stolen?
Ans: Yes, even if you write by code, once run your design can be copied (stolen). A screen-shot is enough for us to design similar layout, most of the time.
All these are already answered by members here, still I put it point by point, so that there is no confusion.