Lets figure out the error in my screen as i downloaded the andriod studio for the logcat but i dunno how to use it

Lets check the error in my screen, Am getting the screen close issue and i dunno why even i downloaded the andriod studio for the logcat but i dunno how to use it so lets just check the two screen in the aia file and lets figure the issue out

fixerror.aia (5.4 MB)

Your app got unresponsive. This happens if there is some heavy processing in your app which takes a lot of time. This blocks the user interface and after a while that error gets displayed.

Taifun

yes the app is a pretty complicated with many options in the app, So how can i fix that close screen, lets check the file if there is something in the initialize needs to be adjusted

I know what you are working on, because we were helping already for a while. Sorry, I can't check your aia file, I'm on mobile phone.

You have to identify when exactly this happens and then check the corresponding blocks

Taifun

Ok Nevermind,
Here are the initialize blocks in both screens, lets let me know if you see any errors inside them!


You forgot to mention, when exactly the unresponsiveness happens...
How do you switch screens?

Observations:

  • you are using both CloudDB and FirebaseDB. Why?
  • do not use procedure as procedure name, use a meaningful name like initBottomNavigation
  • you are trying to get 7 different values from FirebaseDB at the same time... how does the corresponding GotValue event look like?
    Screenshot?
  • in the other screen similar for CloudDB...
  • clean up your blocks and remove all yellow and red errors

Taifun

I just fixed the error with adjusting some things like deleting the clouddb, Thanks for the response

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.