AndroidIDE icon indicating copy to clipboard operation
AndroidIDE copied to clipboard

[FEATURE]: Add support for custom views in UI Designer

Open KanhaKanhaiya opened this issue 2 years ago • 3 comments

KanhaKanhaiya avatar Jun 05 '22 10:06 KanhaKanhaiya

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.

itsaky avatar Jun 05 '22 15:06 itsaky

Ok

KanhaKanhaiya avatar Jun 05 '22 15:06 KanhaKanhaiya

It is indeed difficult to achieve this

Tanya7z avatar Mar 17 '23 07:03 Tanya7z