android-inflate

Creating layout dynamically from template

Is it possible to load a layout XML at runtime and load into activity? In my app, I have various types of data like Person, Company, City, etc; The requirement is to dynamically load the layout, find views by tags (property names like Person.name, Person.address) and then fill in data. For example, if user has selected an object of type...