A simple example of how to implement spinner hint in Android Studio.
In answer to Stack Overflow and Stack Overflow (Pt-BR)
git clone [email protected]:MurilloComino/android-spinner-hint.git
in File > New > Project from Version Control... > git
in URL put: https://github.com/MurilloComino/android-spinner-hint.git
and then clone
- Connect via usb your android phone.
- After cloning the project, open the terminal and navigate to the root folder.
gradlew installDebug
./gradlew installDebug
- Android Studio 3.5 - The IDE used