My question is simple. I have a linearlayout. It has some child views. Now I want to add a view at the start of the child. Means in normal addView(view), the view s added at
create a list of views, add your view to it and then add all views from layout to that list, remove all views from layout and add all views from your list