Skip to content

onimur/android-spinner-hint

Spinner with Hint

A simple example of how to implement spinner hint in Android Studio.

In answer to Stack Overflow and Stack Overflow (Pt-BR)

Getting Started

Using Git Bash

git clone git@github.com:MurilloComino/android-spinner-hint.git

Using Android Studio

in File > New > Project from Version Control... > git

in URL put: https://github.com/MurilloComino/android-spinner-hint.git

and then clone

Installing

  • Connect via usb your android phone.
  • After cloning the project, open the terminal and navigate to the root folder.

Windows

gradlew installDebug

Linux & MacOS

./gradlew installDebug

Example

Built With

License