Good day
Is it possible to use only one xml layout and one activity to show all other interfaces.
For example am creating an app that will have thirty(30) layouts of different content, instead of
creating thirty(30) xml layouts and activities for each one can i use one xml layout and one
activity to display the remaining 29 and each of those contents, whenever a user request for
the particular page.
Regards
Loading
JOHN JOHNNNYPosted Mar 29, 2015, 11:24 AM
Abhijeet SinghPosted Mar 29, 2015, 12:22 AM
Yes, You can make only one xml layout for 30 or more different layouts. But you must use visibility very carefully.