Current issue:
After switching from one activity to another the selected activity always has to be created again (invoking of the oncreate() method in class activity).
For a better handling and a performance boost it is necessary to find a way to build each activity only one time when they are created at the first visit.
Current issue:
After switching from one activity to another the selected activity always has to be created again (invoking of the oncreate() method in class activity).
For a better handling and a performance boost it is necessary to find a way to build each activity only one time when they are created at the first visit.