spinner tag

8 questions


1 answers
71 views
0
If you specify the color of the background with a spinner, is there any law that applies right away?

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...

1 years ago

1 answers
127 views
0
About the Android Spinner Hard Key Interworking

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 ...

1 years ago

1 answers
60 views
0
To receive the value of the selected item in Android spinner

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.

1 years ago

1 answers
100 views
0
When using features such as SeekBar and Spinner,

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...


1 answers
65 views
0
Recyclerview spinner? It's a question.

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...


1 answers
80 views
0
Android spinner motion material statement

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 ...

1 years ago

1 answers
81 views
0
Forward Android spinner value

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...

1 years ago

1 answers
133 views
0
Spinner value forwarding question.

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...

1 years ago

© 2024 OneMinuteCode. All rights reserved.