Top "Foreground" questions

Mostly refers to an application or an element that is in the front of a view.

How do I position/overlay a transparent *png over a <table> using CSS?

The problem I need to place a transparent png image over a table element. Clarification By "place" I mean the …

css image overlay foreground
How to disable iPhone/iPad auto-lock while app is in foreground mode?

I'm developing an music/video player app and just need to konw how to disable the auto-lock while my app …

iphone ios ipad foreground auto-lock
How keep NSTimer when application entering background?

I'm here because a didn't find any solutions for my issue :( I'm doing an simple application in which i have …

ios background scheduling nstimer foreground
What exactly is the foreground in Android?

I came across questions addressed android concepts around foreground - https://stackoverflow.com/questions/20647168/android-how-to-find-if-any-app-is-running-in-foreground. I need some clarification on …

android background foreground
How do I bring an unmanaged application window to front, and make it the active window for (simulated) user input

I am assuming I need to use pinvoke but I am not sure which function calls are needed. Scenario: a …

c# windows pinvoke foreground
Android Notification restarts app but want to resume

Hi I have a been able to get a notification displayed for my activity, and when the user clicks the …

android background notifications foreground android-pendingintent
App not showing Notification receiving FCM when the app is Open

When I send a push from Firebase, if the app is in background or closed, I'm receiving the notification, but …

android firebase push-notification firebase-cloud-messaging foreground
How to know if my application is in foreground or background, android?

I need to check if my application is running in background or foreground and then perform some operations relatively to …

android android-activity background task foreground
How to know if my android app is visible?

I have a timer that start a notification when it ends. But I would like to fire a notification using …

android background foreground
How do I get tcsetpgrp() to work in C?

I'm trying to give a child process (via fork()) foreground access to the terminal. After I fork(), I run the …

c process signals jobs foreground