Android Question Handle of events from a spinner

Lakhtin_V

Active Member
Licensed User
Longtime User
Hello, I read in some posts that it is basically impossible to track spinner events programmatically. I liked this interface element, but I never use the constructor, I do everything programmatically. Is it possible to track spinner events now?
Maybe there are other interface elements similar to the spinner. I use Custom List and simple List, but it's is not suitable for my work now.
 

Lakhtin_V

Active Member
Licensed User
Longtime User
Everything works when created programmatically without a constructor. My mistake in writing the name of the interception procedure during initialization.
 
Upvote 0
Top