I need to create a view programmatically. The controls(buttons, labels, etc.) and their positions are known only at runtime.
Here I found "Defining a Layout Programmatically": http://mobile.tutsplus.com/tutorials/android/android-layout/
but I need to be able to draw components at exact locations so LinearLayout, TableLayout etc. doesn't work for me.
How can I do this?