Is there a library that will let me auto-generate Android UI (preferably on-the-fly at run time) from any POJO so that the POJO can be viewed and edited (in memory)?
I know about data binding and declarative UI frameworks, but I didn't find anything that would work simply from a POJO / Java class and would not require writing layout related code in some fashion (Java or XML). I'd at most expect to put in annotations above already existing data fields, if the solution is build-time instead of reflection based.
I don't mind if the UI is very basic. It's going to serve as an object inspector at run time. (for standard Java types, like ints, floats, Strings, booleans, etc...)
I know how to make a solution like this, but I'd really like to save all that work and just include a dependency right now.
Thank you.
Aucun commentaire:
Enregistrer un commentaire