3
I am a beginner in Android development and need to create a project with approximately 120 screens. Is it correct to use 120 Activities? What is the cost of this? There’s a more efficient way for this case?
3
I am a beginner in Android development and need to create a project with approximately 120 screens. Is it correct to use 120 Activities? What is the cost of this? There’s a more efficient way for this case?
Browser other questions tagged android
You are not signed in. Login or sign up in order to post.
Marcelo, welcome to Stackoverflow in Portuguese! Provide more details about the screens you want to create, as the question is very generic. What will they contain? Is there any pattern that repeats in them and that could lead to a reuse of code?
– Piovezan
Your application will have 120 activities (different interactions/different things) that the user can do?
– ramaral
Wow, I don’t think I’ve ever seen an app with so many screens
– Alessandro Barreto