tags:

views:

20

answers:

1

If i click on a button on one layout it should add text view in another layout dynamically again if i click that button same procedure should get repeat.

A: 

The question is not very easy to understand, do you mean activities instead of layouts? Or do you have a button in an activity and each time you press it, you want to have an additional text view on the same activity (for example below the button)?

Wolkenjaeger