|
|
|
|
|
by koko775
5441 days ago
|
|
Moreover, Interface Builder's file format is quite literally a serialized version of the class constructed at runtime, as configured in Interface Builder. What can be done in IB can also be done in code, which is more than I can say for Android's xml. |
|
http://developer.android.com/reference/android/view/ViewGrou...
I actually use this to inflate a series of layouts, and then to arrange them inside an existing layout dynamically.