Android app show screen blink after kill app - android

I had an application program on Android 8.1.0 and my problem is:
After running this app about 15 minutes and go back to home screen and kill the app.
The screenshot of my app keep blink on my devices but can not interactive with this screenshot ( its show about 0.5s - 2s and disappear).
My app has some services running in the background but I had re-check the current running services on my devices nothing belong to my app is running after I kill it.
Please help me solve this case.
Thank you!

Related

"adb switch-user" often freezes android phone

When I do from adb am switch-user 10 (user 10 or any user), my Moto X Play with Android 5.1.1 crashes and I have to restart it. It is not exactly a freeze because I can see notification poping in the background. But the "Switching to ..." stays eternaly on the middle of the screen.
How to fix this ? I need multiple users, so it's very annoying.
Thank you

White screen or app launch lag on devices with Android >= Lollipop

When I start app (First launch or Launching after killing it through task stack), It takes around 5-6 seconds to come to Launcher screen and shows white screen.
When I made launcher activity translucent then still same app lag time is there.
One more thing is that if I play with application for some time like 30 min and kill it through task stack then it take much more time like 15-20 seconds to launch.
I have read all blogs and answers on stack-over flow but it did not help.
Some information regarding above scenario:
When app takes more than 10 seconds then I observed that it does verification of objects as it show in logs.
I have instance and variable in Application class to use it throughout app.
I have GCM also in app.
Thanks for the suggestions. It worked for me by disabling Instant Run.
I checked on this link Android Studio 2.0 - pause/white screen on App first run

Android app wont reopen

I am making a game for android and after running my app on a connected device, I would press the home button to exit out of the app. But when I press on the app again, it would just be a black screen. I was wondering if I had to program the app to close? or if this is another problem? thanks!
May be your phone is running out of memory .. Try running it using a device with higher ram or in an emulator with high config ..

AS3 Application fades out while running

I'm developing a game in AS3 for Android. For some reason when I'm testing it on an Android device, after, lets say, 3 or 4 seconds, the screens starts to fade out till it's completely black while app is still running.
I have the "Stay Active/Awake" on "Android Developers Option".
I'm hoping you can help me with this problem.
Thank you!
As I'm using only Accelerometer it doesn't count as a feature to stay awake. We have to force Android to stay awake by code. Basically when app is running it triggers stayAwake mode else it triggers normal mode.

Android app wont run in device

I have an app in development that runs fine in the emulator but wont run on any android device, when the application icon is clicked the screen goes blank for a second then returns back to the device apps page, i have experimented with setting different permissions but it does not seem to solve the issue. Any ideas?

Categories

Resources