Processing is a language used by students, artists, designers, researchers, and hobbyists who use Processing for learning and prototyping. I am working on a wrapper which allows you to display any sketch in a view (Panel, Button ...). If you have any idea please let me know.
Note: I am using FragmentManager to populate a fragment with a sketch then replace the View with that fragment (fragmentManager.beginTransaction().replace(view.getId(), fragment).commit()