I finding in foro solution for open spinner by code / programmatly
in Web i find this:
In this old thread i view that this is not posible:
this code i think run ok, but... is correct?
If is correct, is ok that add a solution in previus message and link to this messae?
in Web i find this:
Possible to programmatically open a Spinner in Android app?
If you have a handle to a Spinner object in an Android Activity, can you programmatically pop open the spinner options - thereby forcing the user to choose an option even though they did not click ...
stackoverflow.com
How to programmatically show spinner pop up in android
I am facing a problem about spinner. Suppose an spinner dialog is pop up and if in that time locking of screed occur when I unlock the screen the spinner pop up is not shown there. Can anyone sugge...
stackoverflow.com
In this old thread i view that this is not posible:
this code i think run ok, but... is correct?
B4X:
Dim policy As JavaObject
Try
policy = SpinConductorOAcompanante
policy = policy.RunMethodJO("performClick", Null)
Catch
Log(LastException)
End Try
If is correct, is ok that add a solution in previus message and link to this messae?