Hi. I am a beginner in Android development. My question is that what's to choose when I want to switch to the other scene? muti-activity or muti-page(Layout)? so what's the difference in these two solutions?
It really depends on what you're trying to do if it makes more sense to use a single activity and change the contentview, or to use multiple activities.
Most of the time I would suggest multiple activities.
It really depends on what you're trying to do if it makes more sense to use a single activity and change the contentview, or to use multiple activities.
Most of the time I would suggest multiple activities.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.