Top "Foreground" questions

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

START_STICKY, foreground Android service goes away without notice

I have started a service in my new application. The service is foregrounded, with a Notification. When this is run …

android service foreground
How can I change the Foreground color of a TextBlock with a Trigger?

I want to change foreground color of a TextBlock from dependencyproperty. But I don't change textblock color. I don't know …

wpf textblock datatrigger foreground
Oreo - Starting a service in the foreground

I have created a service that tracks the device's location as it moves. The service is started in by an …

android android-service android-notifications foreground foregroundnotification
set foreground color in FrameLayout in android programmatically

I want to set foreground color in FrameLayout pragmatically (not in XML attribute). I have the color codes in RGB …

android colors foreground
How to know in BroadcastReceiver if App is running on foreground?

I am working in application that needs make a synchronization every night. I use Alarm Manager that calls a BroadcastReceiver …

android broadcastreceiver foreground
How should application be using ForegroundLockTimeout registry value?

If an application invokes and activates another application there can be the issue of the invoked application not being brought …

windows-7 registry foreground
Communicate with foreground service android

First question here, but I've been around for a while. What do I have: I'm building an Android app which …

android service bind foreground aidl
WPF: How do I set the Foreground property of a TextBlock using DataTrigger

This is my XAML: <TextBlock Name="SeverityText" Grid.Column="1" Grid.Row="0" Foreground="Red"> <TextBlock.Triggers> <…

wpf textblock datatrigger foreground
How to use NotificationCompat.Builder and startForeground?

Short question: I'm trying to use the NotificationCompat.Builder class in order to create a notification that will be used …

android android-service compatibility android-notifications foreground
Linux: Run cron job in foreground

In Linux, is there a way to run a cron job in the foreground (or interactive mode)? (I have a …

linux cron foreground