Hi.. I have an application with three activities, main, sc1 and sc2. I want to use a bottom to change between sc1 and main without to start activity "main" (similar to back action)
I would encourage you to move away from using multiple activities and switch to using "classes" see my post here https://www.b4x.com/android/forum/posts/342902/
This avoids "switching" between activities and having to recreate activities and mess with saving "state".
It also opens the door to using a drawer and a common toolbar with multiple "activities". Classes are also reusable so you could in effect have duplicate "activities" for example a web browser with multiple "tabs".
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.