Skip to main content

Questions tagged [background]

Background typically refers to the rendering behind a container element's contents - usually on a web page, Windows form or other UI presentation medium.

background
4,985 questions with no upvoted or accepted answers
13 votes
3 answers
3k views

(Android) How to fill ListView background and preserve header transparency

I have a custom image background that fills the entire screen behind a ListView. The ListView has a header that contains some data, then a transparent 10dp margin(allowing us to see a little bit of ...
Jon W's user avatar
  • 189
11 votes
1 answer
5k views

Android Layer-List VectorDrawable size

My question is related to this one: link. I've recently changed most of my resources for Android from different png files for different resolutions to vector drawables. I'm using a "swipe-to-delete" ...
davidchuyaya's user avatar
  • 4,031
11 votes
1 answer
3k views

How does the cloud animation in Weather app work?

I'm building an app in which I'd like to have animations of weather like in the weather app, I mean when it shows the clouds moving and rain falling etc in the background, and also animations like the ...
Jack Kapow's user avatar
10 votes
1 answer
2k views

NSURLSession background download over cellular possible in iOS 8?

I need to make small downloads initiated when my app is in the background and woken up by Significant Location Changes. BUT Apples documentation of NSURLSessionConfiguration here: https://developer....
blackjacx's user avatar
  • 10.1k
9 votes
1 answer
935 views

Context.startForegroundService() did not then call Service.startForeground() on Samsung devices

I have an issue with background working of service on Samsung devices. Fatal Exception: android.app.RemoteServiceException: Context.startForegroundService() did not then call Service.startForeground()...
Nik's user avatar
  • 7,184
9 votes
0 answers
775 views

Dark Vibrant Window containing NSTableView - Tune Background Color

I set my window's appearance to NSAppearanceNameVibrantDark in order to have some kind of "dark" theme, which works wonderfully. Not being a fan of pure black though, I want to lighten the UI elements ...
beeb's user avatar
  • 1,197
9 votes
1 answer
871 views

set an image from gallery for background of desktop phone (android-java)

I have one app that like a Slide show or gallery but i want when anybody use this app be able to set the image to background on android phone the app can show image i just want to able set image to ...
Criss's user avatar
  • 785
9 votes
3 answers
1k views

Why do AVAudioPlayer automatically continue playing after applcation comes from background mode?

Why do AVAudioPlayer continue playing after applcation comes from background mode, even if the player had been paused before app went to background? In common I wonder why AVAudioPlayer automatically ...
freennnn's user avatar
  • 355
9 votes
1 answer
2k views

copyNextSampleBuffer after application returns from background on iPhone

I'm reading a video file using: CMSampleBufferRef sampleBuffer = [asset_reader_output copyNextSampleBuffer]; where asset_reader_output is an instance of AVAssetReaderTrackOutput class. this works ...
Irad's user avatar
  • 111
8 votes
1 answer
3k views

App crashing on remote pushes with BKProcessAssertion

I integrated the latest version of Google Analytics SDK. I use silent notifications in my app. So I need a little time for background tasks(about 30 seconds). I see many crashes connected with ...
ArisRS's user avatar
  • 1,360
7 votes
1 answer
809 views

Is there a way to change the background color of a List in SwiftUI? 2020 (iOS 14)

I would like to change the background color of the List. Currently, I am using UITableView.appearance().backgroundColorto change the color and it works pretty well. However, with iOS 14 Apple is ...
Osama Naeem's user avatar
  • 1,940
7 votes
0 answers
1k views

Flutter upload in background for iOS and Android

How to upload images to Firebase Storage in the background that means upload continues even the app gets closed?
Amon C's user avatar
  • 1,788
7 votes
1 answer
3k views

iOS 13 Closing App on Background: Audio Stream Issue

I'm stuck in playing audio on the background with Swift 5 and Xcode 11. Enabling Background Mode and starting AVAudioSession no longer works and the app keeps closing after a few seconds when you ...
tomDev's user avatar
  • 5,680
7 votes
0 answers
931 views

OpenTok publisher's view becomes black when application enters in foreground

In my one to one video calling app using OpenTok, the publisher's view becomes black after it goes to background mode and enters foreground. The subscriber is also not able to see the view(only seeing ...
Syed Zeeshan's user avatar
7 votes
0 answers
983 views

encountering error using MapKit. [Unable to retrieve CarrierName.]

I have got this error message: 2017-01-02 15:29:07.886534 TimeStamp[665:191103] [LogMessageLogging] 6.1 Unable to retrieve CarrierName. CTError: domain-2, code-5, errStr:((os/kern) failure) I ...
Carl Hung's user avatar
  • 555

15 30 50 per page
1
2 3 4 5
333