My spinner has 3 strings. Those are {India, china, usa}
If user select India then India.xml
should be included in activity_main.xml
If user select china then china.xml
should be included in activity_main.xml
If user select usa then usa.xml
should be included in activity_main.xml
Is it possible? If yes, how to do it? If not, how can I acheive my requirement?
Any Help would be appreciated.