python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
chrome devtools -- emulated mobile device external background theme stuck in light mode
chrome set to dark theme, devtools set to dark them, but I can't get the area surrounding the emulated device to match. the bright light theme hurts my eyes (and my soul). can anyone confirm if there...

stupid_idiot
Votes: 0
Answers: 0
How to get preferences from fragment
i am wanna get string from my preferences file to fragment activity. for the other activity i use code like this:
String fcmToken = Preferences.getFcmToken(getBaseContext());
but in the fragm...
ilham
Votes: 0
Answers: 0
Servicemix bundle breaks when upgrading to Java 8 v311
I am trying to upgrade the version of java being used on my machine from Java 8 v282 to Java 8 v311. When I do upgrade to 311 a servicemix bundle will no longer load correctly. The stack trace of when...
greenTea
Votes: 0
Answers: 0
Ability to determine whether a custom suite of UserDefault exists, enabling custom behaviour when it’s initially created
I’m creating a custom suite for UserDefaults:
var store = UserDefaults(suiteName: "custom")
I however need to trigger specific behaviour based on whether the suite already exists or not.
To...

Barrrdi
Votes: 0
Answers: 1