my intention is to work with an Android-based BSP on the i.MX8M Plus/I.MX8 Quad max rather than a Linux Yocto build . My next question is regarding display/GUI design:
-Which tools or frameworks are recommended to design the GUI for this Android BSP? For example, to layout screens, widgets, and interactive elements for the display.
Best regards,
Parvathi T P
Hello,
I suggest you take a look in the next options to develop GUI applications in Android BSP:
Take in mind that Flutter/QT requires 3D GPU to run fluid. Flutter uses OpenGL ES or Vulkan underneath and it requires a minimal 3D GPU to work best. So, i.MX8MP/i.MX8QM will have a good performance.
Best regards.