Hi,
This is a general question, what approach is best for Android?
Is it to use an Activity for each screen or to use one Activity and change screens through Layouts?
I've read the tutorial about the four variants and the conclusion is, it's up to the project and you as programmer to choose what works best...
But I'm curious what solution you use in your apps. Which solution do you prefer? Also in regards to the orientation changes. Which is easiest to handle?
I thought about using the Sliding Menu Wrapper and have one activity and change layouts to keep the menus intact but run into problems with addressing the items in each layout. I had to keep track of which layout was used at the moment.
Now I'm thinking of going back to many Activities instead and remake the Sliding menu in each activity...
Like to hear your input in this topic.
This is a general question, what approach is best for Android?
Is it to use an Activity for each screen or to use one Activity and change screens through Layouts?
I've read the tutorial about the four variants and the conclusion is, it's up to the project and you as programmer to choose what works best...
But I'm curious what solution you use in your apps. Which solution do you prefer? Also in regards to the orientation changes. Which is easiest to handle?
I thought about using the Sliding Menu Wrapper and have one activity and change layouts to keep the menus intact but run into problems with addressing the items in each layout. I had to keep track of which layout was used at the moment.
Now I'm thinking of going back to many Activities instead and remake the Sliding menu in each activity...
Like to hear your input in this topic.