On Android, what's a way to be able to place a view, like a WebView, anywhere on screen? I'm providing an interface to users where they can create a WebView dynamically and place it anywhere they want with X-Y and Width-Height parameters.
FrameLayout doesn't work since it sticks everything at a corner. RelativeLayout I'm not sure of. AbsoluteLayout seems like the best bet, but it's been deprecated.