Want to Push a button on One screen to get another

chuck3e

Active Member
Licensed User
Longtime User
I want to have a "splash screen" with a Continue button on it to invoke another screen that is going to do the real work. To me, this is a normal thing I want to do, so I feel like there should be an easy solution.

I currently have the two Activities developed to do the individual tasks mentioned but I can't figure out how to get the "splash screen" Activity to call up the "Worker" screen.

I made them both Activities in the same program but don't really know if that's the right thing to do.

What is the procedure for calling other screens?

I have gone through the Beginner Guide but don't recognize any code to do this.

-Chuck
 

chuck3e

Active Member
Licensed User
Longtime User
aaronk,
Thanks, your suggestion led me in the right direction and as usual the solution was simple. This is getting to be a common event with me. For some reason these simple solutions are not so obvious to me.

Thanks again for your help.
 
Upvote 0
Top