Is it possible to have two different layouts for different cases in the same activity or do I have to use intent to call another activity with a different layout
Is it possible to have two different layouts for different cases in the same
Share
Yes its possible. You can use as many layouts as possible for a single activity but obviously not simultaneously. You can use something like:
and so on…