SearchableSpinner
SearchableSpinner copied to clipboard
Spinner SetText
When we select any value from the spinner the selected value should be displayed in the Edit Text ?
How it work ??
setText can't be resolved ? and your link is not working
@PonnamKarthik is settext working?
you can use getSelectedItem and then set the value to the Edittext field
so there's no possibility that we can set it to the searchable spinner right away?
@gelodgreat you want to set the title to the spinner dialog?
https://github.com/PonnamKarthik/SearchableSpinner
Check this updated link
this link works but when trying to set title in layout get this error
FAILURE: Build failed with an exception.
-
What went wrong: Execution failed for task ':app:processDebugResources'. A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade Android resource linking failed C:\Users\Cleaton\AndroidStudioProjects\IOKSecurity\app\src\main\res\layout\activity_main.xml:29: AAPT: error: attribute setTitle (aka com.ioksecurity.ats:setTitle) not found.
C:\Users\Cleaton\AndroidStudioProjects\IOKSecurity\app\src\main\res\layout\activity_main.xml:48: AAPT: error: attribute setTitle (aka com.ioksecurity.ats:setTitle) not found.