Problem minimizing and returning to home screen

I made one above...^^^

1 Like

That's what I tried and kept screens 1 and 2 in a loop.

Add another screen to replicate Screen1, but without the timer, add a button to go to Screen 2

Can't make it work, I'm sorry. I can pay you if you could do this adjustment for me, if possible. I attached the aia file. As I'm new to App Inventor there are things I still get stuck.
RadioCampinasAM (1).aia (395.4 KB)

Try this (updated to fix Screen3 close methods - see below)

RadioCampinasAM_revised2.aia (395.8 KB)

Why do you want to go back to screen1?

On Screen3 Arrow.Click and Screen3.BackPressded close the app (and don't switch back to Screen2 via Screen1Fake, with the compiled app). Is this really what is intended?

To be honest, I don't really understand what it's all about. :upside_down_face:

No my error, because it works in companion, I will revise.

Then it should be:

grafik

Fixed

So Screen1.Fake is not needed at all.

Well it is, otherwise Screen1 loops to Screen2 because of the timer

Why, because you disabled the timer on Screen1 (correctly).

You are welcome to provide your own solution

Maybe something like this:

or this:

(Button1: your button from Screen1Fake)

Hi Anke. That's exactly what I tried. I tried to close screen 3, didn't work. That's why I'm a bit lost. I try all your suggestions. Thanks a lot for your patience and help.

As I said:

So please explain exactly where the problem is. What is intended?

Explain it like this:

  1. Open App > Screen2 is opened
  2. On Screen2 Click on ButtonX, Backpress ... > ... result
  3. Do this ... > result
  4. Do that ... > result
    ...

You want it to go to the home screen. What do you mean? The home screen is Screen1 or do you mean minimize the app and listen to music in the background?
Try it:
RadioCampinasAM_1.aia (394.1 KB)

Yes, questions upon questions!

You can't get "what" to work?

How about reading this first and answering my questions in detail?

I'm almost ready to pay you to give me a precise explanation of what you actually want. :wink:

I'm sorry Anke if I'm not clear enough.

  1. Open app > splash screen takes to screen one.
  2. If I need to leave the app and do something else on my phone and still be listening to music, I press back button which wil minimize the app.
  3. The problem: pressing the back button from screen 2 to screen 1 takes me to screen one, which is a splash screen, and can't leave the app.
  4. From screen 3 to screen 2 there is no problem.

Hope you understand.

The first aia file I attached shows the exact problem.