Here i a Runtime Error that i had never got before and also can’t understand the error
every time the value after proxy@ Is Changed
https://stackoverflow.com/questions/7811993/error-binderproxy45d459c0-is-not-valid-is-your-activity-running
i found this in statckover and just now remembering here i was loading intersitial and also showing a Progress Notifier while loading and displaying the intersitial But now what i have to do
May i remove the dialogue
Thanks!
But then i had to again load this data
My app just have 2 Screens
Mika
September 6, 2018, 4:35pm
4
Make sure if you dont need a second screen.
Use layouts.
i m already using 6 layouts instead of 8 Screens in App
Also the next screen succesfully Opening
Mika
September 7, 2018, 6:41am
7
Read this topic again please:
I see many issues done by users because they switched screens not correct. This below is now just one of many other solutions: If you dont open/close screens correct your app will get possible runtime errors. Possible errors: (example) ...
Reading time: 1 mins 🕑
Likes: 36 ❤
If you dont switch screens correct (open or close screens) then you will see the error that you see current..
lc_rossil
(Luciano Rossil)
March 11, 2019, 4:02am
8
Hi,
(Here is Luciano from Brazil)
I have this error too,
in my code it was caused by PROGRESS NOTIFIER
after I return to previous screen …
I solved disableing this codeblock and the error went away