python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to implement a OnItemSelectedListener for Spinner in Dialog Box
I have a Dialog Box in my MainActivity that is activated by touching a cog button in my Layout. When it appears, it contains a drop down Spinner. The Spinner works and produces a scrollable list of it...
Velociholmes
Votes: 0
Answers: 2
How to make EditText act like a spinner in Jetpack compose
I'm trying to get an EditText view to show a spinner when clicked then display the selection or at least something like the underlined spinner but with a leading and trailing icon.
PS: The EditText vi...
MrBE
Votes: 0
Answers: 1
How to customize the color of Android spinner's dropdown arrow?
I have a Spinner which background is white
The problem is there's no dropdown arrow, so users wouldn't easily recognize that this field is a spinner/dropdown.
Here's my code:
MainActivity.java
String...
anta40
Votes: 0
Answers: 0
Android Studio | Spinner does not work on all smartphones
This code part of a method always causes the app to restart. It's not a crash, just a restart without any error messages. The curious thing, so far I have only discovered this behavior with Nokia 8 (A...
ng-User
Votes: 0
Answers: 1