Here is an attempt at a gui library for android.
the following are some of the features currently introduced.
Menu (foldable and static) with submenus, Sliderboxes, individual sliders, draggable tabs,with scrollable window. Each tab has its own pGraphics so there is no overflow issues, but note if you wanted it turned off it would not be possible. Dropdowns with selectable option. Rudimentary textbox, textarea, and textblock, please note these really need work, they were early work, so its not fully featured, though for somethings as simple as grabing or passing a value its fine.
Sliders also have submenus to reset, save data and load data, minimise. I’ve finished converting the save code for android so shall ad it in later, and I’m working on the read function. Again I have a working version on pc but android requires some alterations. I shall hopefully be mostly done by the end of this week, however I also want to add themes.
Radio buttons and so on will be added later.
Also please note thats its not currently a library and is just the github repo