Is there a way to override the default layout to be able to dynamically create layouts depending on my will, taking data for the XML structure from the database?
Hmyzak
You can use LayoutInflater.setFactory () and LayoutInflater.setFilter () .