AndroidIDE
AndroidIDE copied to clipboard
[FEATURE]: Add support for custom views in UI Designer
Support for previewing views from libraries is a bit complex. We could actually use those libraries in in AndroidIDE itself and then preview them at runtime. But this approach restricts the preview to only a specific version of the library that is already being used by the IDE.
I'll first look for something that we could use to load classes without including them in AndroidIDE. But before that, the UI designer has a lot of other things to work on.
Ok
It is indeed difficult to achieve this