I have read probably all posts and documentation but I still can\'t solve this issue.
I want to use addView() method to add view to the existing (running) l
addView()
Your linearLayout content is over the parent's View. so you need to use ScrollView. like this: