Background Questions
Ad
Uninterrupted background music on website
I was making a website for a music band, and i was wondering the best way to play background music on the website without interrupting the flow of
Web Usability - Background Music
I personally loathe background music on a website. my client has opposite feelings on the subject. i added music because the customer is always
When to use IMG vs. CSS background-image?
In what situations is it more appropriate to use an html img tag to display an image, as opposed to a css
Programmatically navigating to the Windows Mobile home screen
We have an application that downloads some files in the background. our application pops up when an internet connection is made, and after
How can I insert a background image in google app engine using index.css for guestbook application?
In main.css i have this code: body { font-family: comic sans, helvetica, sans-serif; background-color: #aaccff; }
is there a button function to completely remove background?
I'm having trouble with a button function. i have an html document with a background set for all pages (in order to keep a common theme). i
unable set my background image in react native?
I am new to react native, while learning from native docs , i got stuck by imagebackground usage. my code is given below , help will be
AlarmManager firing in emulator but not on physical Oreo device
We are running some alarm services in the background and it's working in oreo emulator, but on a real device it is not working. can anyone tell
android:background not reflected in view with layout weight
I have a simple linearlayout with an imageview and a normal view having layout weights 0.55 and 0.45 respectively.
Ad
How to change GroupView background color on Expand in ExpandableListView?
I have problem to change background color of groupview on position.. according to my code when i press 1nd number groupview then the color change
Timer is not worked in background flutter
This code is not printed, when app go to background in ios. timer.periodic(duration(seconds: 1), (timer) { print('timer'); }
Video paused on inactive tab
I have implemented hacktimer hacktimer project and i got nice game
BottomNavigationView not accepting styles
Can someone please help me understand how to add a background color to my bottom navigation view. i have tried a multitude of things online. if i
Is there any way to do background tasks in React Native other than react-native-background-task?
I'm trying to do in my react native app that each x min the app fetch some data of my application included if the app is closed. or more similar,
How to edit a background image in tkinter in python?
I try to edit the background image of the tkinter code but i cannot even if i rename a different picture with "landscape.png" regardless of the
Broadcast Receiver not capturing incoming message
I am creating an android application which is capturing the incoming messages and saving them into a local database. all functionality is working
scheduled local notifications that update in the background in flutter
In my flutter app, i am storing a list of quotes locally with sqflite database. i want to create a scheduled local notification to display a
How to reset Backgroud color of a radio button?
I am just trying to reset background color of radio button. already i have set color for radio button and its text along with background
how to change button color of that which is tapped in flutter using ListView
I have created buttons using listview.builder, now i want if i tapped on any button than only that button color should change, but
Android Kotlin - clear glide cache in background thread doesn't work
Globalscope.launch(dispatchers.default) { glide.with([email protected]).cleardiskcache() } i get
Ad
Flutter apps displaying grey screen on apps start launch
I don't know if this is normal or a bug issue, i've noticed some apps (my own included) after making a release version or even a debug one when
How to pause/play background music in MainActivity in Android?
I'm calling the service musicafundo in splashscreen.class and want to pause/play it in mainactivity.class. i'm trying with a sendbroadcast but the
How to increase the width and height of an picture?
I have an activity with no layout. i set it like a theme directly in androidmanifest:
Flutter how set background on fix size
I need help. at the moment i'm trying to implement a background on my login page. my problem is that i use a custom shape painter which shows my
flutter alertdialog with background image
Folloing is my alert dialog box code, i need to set an background image for the alert dialog instead of blue color, need to show a design
How to change background color at image in widget android
I have a problem with change background color at image in widget. right now i'm using like this: try { class c =
Is there any way to alternate the backgroundColor of leading, CircleAvatar
I am displaying the data of api response into listview.builder, listtile, i want to alternate the background color of circleavatar, let say if api
Add Image and back arrow on top of container with color gradient in flutter does not work
I am trying to add an image and a white back arrow on top of a container with background gradient color while of-course preserving the background.
flutter audio_service: AudioProcessingState not updating after completely playing media item
I developing a music player application in flutter. scenario: when user selects one song from list, once the selected song is completely
jQuery: Replace each Background-Image with <img> tags leaving sources unchanged
How would i replace every background image with the class name: backgroundpngacontain with a div
react native back ImageBackground centering
I have an image where i try to center some text on it. for that i use imagebackground to have child elements of the image. however
Ad
Material-UI : Pass props to useStyles when using Array.map()
I've done some research on passing props to makestyles in material-ui, and this answer
How to handle onTap on audio notif with plugin audio_service flutter?
I want to handle notification on tap when app in foreground or background then redirect to specific page, i use
get Cardview Background Color
I set a random color for cardview in android. random rnd = new random(); int color = color.argb(255, rnd.nextint(256),
Removing the white background and having a full size app icon?
I am finalising my app and what to set the app icon. however, i fail every time and tried so many app icon generators... i have my app icon which
How to add background image on a material ui Dialog component
I'm using material-ui version 3.9.3 in my react application. i want to add a background image on a dialog. i'm using the
How to add navigation bar on a image
First day of me learning to code in html and css. i'm trying to add navigation bar on a image but i am unable to do so. the background image i am
Getting the background image to not "squash" when one of the text input's is clicked to bring up the keyboard
So i'm a beginner to coding android and normally i'm able to find my solutions on google but i've had no luck this time. i've made an app with two
Background application UI has to become blurred when the user sends the foreground app to background by pressing the device home button
User sends current running application in android device to background and when try to see all background application in device user should not
How to auto update someone location (latitude and longitude) in flutter
If a user opens my app, am able to get his latitude, longitude and address using geolocator and geocoder and
Flutter WorkManager Background Fetch Example With StateFull Widget
I have a function called control in the statefull widget. i want to run this function with workmanager every 15 minutes. how can i call the
How to set BackgroundImage full page in ReactJS?
I'm trying to set a background image as full page image but it's being displayed small(even when using inside header.css height: 100% ), i just
Ad
How to make a global class for custom background color in flutter
I have a linearbackground color like this container( decoration: boxdecoration( gradient: lineargradient(
Sending push notification for background events in flutter
I am developing in flutter a stock market alert app that checks in the background a certain stock price and send a push notification. i used the
Xamarin.Android - Keep the app working in background after closing it with a local notification
Currently, i have a mobile application written in xamarin.android. because there are constant http requests going on in the app, what i'd like to
In background flutter app works only for 1 minute after that it stops it's working, is Dart-Isolates good to try?
Made a simple counter app with shake package to increment counter var by
Flutter/Dart: can you run a background service with Future.delayed?
I have to run a bunch of tasks every day on a dart/flutter project. this is how i currently do it: class taskscheduler { datetime
How to make a rectangle with inverted rounded corners?
I know how to make rectangle with rounded corners, like this <?xml version="1.0" encoding="utf-8"?> <shape
PWA play media in background
I have an idea to build a simple mobile website that can play music when minimized or even when the phone is locked. i know support for this is
How to change div color from a given value in JavaScript
<div id="nav"> some text </div> <input type="text" id="color"><button
Android: how to quit an activity without closing it when click on back button?
I have a subactivity that can be open from my mainactivity. for some reasons, when the user clicks on the back button go back to my
How to change the background of the flutter app default icon?
I have an app and its default icon is a flutter default icon. its background is white.
FCM notifications not received in Flutter when there is a background handler for the app
I have fcm configuration in my app, and its working fine until i invoke my background handler in the app background running state, i got that
Ad
How to take action based on detection of locked or off screen in flutter app
By using a flutter package from pub.dev named "torch_compat 1.0.2" for turning on/off flashlight in
How to launch app like Google's alarm app using alarm_manager in flutter?
I'm making alarm app using android alarm manager in flutter. alarm is correctly working by using
Relative path is not considered for background image configured in component css when ng serve Angular app
I have two div with id div1 and div2, i need to set two different background image for
How do I add a gradient background in my flutter app?
I want a liner gradient color style in my flutter app's background how can i achieve it in my flutter app?
Problem with background labels Python Tkinter
I'm making a basic window with three labels. the problem is that those labels have white background, and i don't want that. i want that labels
how to run flutter methods in background?
I am trying to call the method continuously but when i lock the screen of my phone or press the home button the method not get called again. so
In the Consumer using the Provider Package how do I set the image to every build in Flutter?
I have wrapped the image field with a getter and setter and called notifylisteners in the setter after updating the underlying field but i can't
Gradient Transparent Background
I want to get a transparent gradient over the image, why does transparency work: <android.support.v7.widget.cardview
How to run an application forever after installing?
I want to run my android application in background after installing. i tried just running the application in the background. but i have to start
Background music in Flutter does not work
I'm trying to add background music to my app. if i start my app the music starts rightly, but if i press a button which should have no impact to
separate class BaseLayout for background image
// i want to use a background image for every page in my flutter app. for the moment, i'm using a // separate class baselayout to set up the
Ad
BottomNavigationBar not able to apply background image - Flutter
Bottomnavigationbar is not applying background image when there is more than 3 bottomnavigationbaritem. it
Pass query data from one activity to another in android
I am new to programming in android studio. i have connected my app to database using php, ms
Run function when app is in background | Flutter
My app contains some background music. i want to be able to shut this off when the user leaves the app. i can do this partially by using
Kivy - Android background service doesn't play audio
I'm trying to play an audio file from the background service but it doesn't play it. the log says it does for a while and stop but the audio can't
Flutter app UI is frozen after reactivated from background on IOS
I have an application developed in flutter, and i have some problem with it on ios when activating from background. it is enabled to use
Best approach to get data from server and save it to in local DB?
I am downloading data from server and storing it in local sqlite db.i want know which is the best approach to do this so that my app ui thread
How to use images and other views as a backgrounds in Flutter
What is the possible way to set up my background like this: this
Can't execute async method in Background with workmanager
In my app, i need to execute some tasks in the background (while app is not running in foreground). i'm able to execute some methods in the
Implementation of WhatsApp/Telegram like calling feature in Flutter
How can i implement whatsapp/telegram like call notification when the flutter app is in the background or cleared from the recent task (clearing
Need help adding content under a background video (Hero section)
This is my first time asking a question here and in actually getting started making my own website from scratch after making a design in adobe xd.
Android : One background for two fragments
I try to make an app but i have an issue with the background.
Ad
How to set the same background image for all tabs? (React Native)
I would like to use the same background image for all my tabs without having to copy paste the code on each of my tabs. how to have a
AlertDialog not showing in runOnUIThread in Android
I am trying to show an alertdialog from a background thread. therefore i am using the runonui method. the function is called without a problem. i
How call webservice in every hour if internet connected to device
I want to call web service in the background when internet is connected. if it is connected i want to call in every one hour if internet is turned
CountDownTimer does not run in service after app is swiped from recents?
I am trying to show a notification to count down the seconds until my countdowntimer ends within a service - and works ok until i swipe my app
Use background image using css file in ReactJs
I have a react application in which on checking certain checkboxes i am adding or changing a certain image icon.
Change Background Color of button dynamically in Flutter / Dart
How to change the color of button dynamically when user click on the button. the following code generate buttons with random numbers. need to
Android service not restarted when app back from idle state
I've upgraded my app to api 26 and i'm facing some issues with the new
How to avoid ANR From an app when it is not in the foreground?
I am trying to find a solution for application not responding (anr) error when my app is in background. i want any anr not to occur when my app is
How to change background image position and rotation in Flutter
I'm new in flutter and i want to know how can i change position of background image in flutter. i want to show background image in a corner of
Change the background image dynamically
I would like to modify the image in the background with the help of a comment. the images come from the tmdb api. so i think you have to
Socket connection in background
I need to make an application where, while the user is authorized, it keeps the socket connection until it is logged out. for this purpose, a
Ad
If there is a way to do background-size: cover and still be able to scroll around the image
I like background-size: cover with centering because it means your image fills the container element completely. it just lets parts
Is there any way to remove the background of an AlertDialog?
I'm trying to change the background color of an android alertdialog. every post i've seen is about changing the color of the alertdialog,
How to display a notification when my application is in background?
i am trying to build an android application that has - a first activity (launcher activity) and a
How do I change the background of a site with a button?
I'm trying to coding a site where i need to change the background with a button, but i can't... i created a button that changes the color
Changing Color of Floating Action Button Flutter
I want to change color of my floating button when i hit that button but couldn't find out a way to do that, how can i solve it? thanks in
Android migrate background service to jobscheduler
We have a project which uses background service to retrieve real-time events from server. we use s websocket connection to retrieve data. but now
Separate class or Service for FusedLocationProvider Location updates?
I currently have a class named locationcheck. public class speedcheck { here the location is retrieved every 3
Background Service Stop when removing app from recent
Background service is stop, when removing my app from recent in oppo & vivo mobiles, & broadcast reciever also not working in that
Trying to Pın Background for login screen
Crash i'm trying to make user interface for login screen but
AlarmManager not working Properly in android
Actually i wanna run background thread after specific time like after 10 seconds to send api to server but first i am trying below code for
Background execution not allowed receiving intent BOOT_COMPLETED
I've read about android oreo background execution limitations, and it clearly states that boot_completed broadcast is unaffected, but
Ad
Unstoppable Service not working
I'm trying to use an unstoppable background service so that i can get call detail for the new call in the alert dialog every time and notify the
How to draw a background for an endless scrolling RecyclerView
I'm developing a endless scrollable list for an android app, using the recyclerview viewgroup and an onscrolllistener
Ad
Blog Categories
Ad