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
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