8 questions
Spinner's event is changed to Background Assuming that the item is divided into four categories: Black, Blue, DKGray, and WhiteIs there any way to get it applied right away?The current state is applie...
Is there a way to move Spinner's item with the hard key?For example, if I press KEY_3, the selection item goes down one by one within the spinner, and if I press ENTER, the item is selected. Is there ...
How do I receive the value of the selected item in Android spinner? I want to get the selected text in the spinner when I press the Save button in the dialog, but I don't know how.
You know the likes of Switch, SeekBar, and Spinner?By the way, what options should I give to save these changes?For example, if you have a black white blue red by making a spinner how to change the ba...
If you look at a lot of screens on an app or on the web, I want to implement a function that shows data in a list view or a recycling view, and when you click on them, the view is pushed down and a de...
I posted a spinner question last time, and now I know why the spinner doesn't move, but I still don't know how to do it.To explain again, the app concept is an app that sets the time to remind you of ...
String[] items = { less than 4 months, 4 to 6 months, 7 to 12 months, neutralized grave, General grave, Exercise grave, Roh grave, Obese grave};@Overrideprotected void onCreate(Bundle savedInstanceSt...
I'm making an application to calculate the amount of cat food. I'm having a hard time with a spinner.Build it, run the emulator, and it's just stored in the spinner as the value of the first arrayAfte...
© 2024 OneMinuteCode. All rights reserved.