Android Question extra library should support usage in visual designer

Ju Yang

Active Member
Licensed User
Longtime User
Hi,

I have noticed that many components and libraries can be got, but many of them can not be used in visual designer, only can be used in code.

I don't think it is good for app development, maybe a better way should be separate ui design and logic code, like android app or delphi, at least extra libraries should support put the component onto visual design, not only write code to control the UI. This will make visual designer less useful.

Another problem with coding ui is compiling error when libraries update its methods, so the better way should make use of visual designer, just like delphi, most of the UI design work should be done in designer, not in IDE by code.

In delphi, if extra component library is installed, then the component will automatically be put to the UI component tab like standard component.
 
Top