Android Grid Dropdown
Grid-Dropdown is an Android application developed using Kotlin and Java, built with Gradle. The application features a dropdown menu implemented as a PopupWindow
containing a GridView
.
- A
TextInputLayout
with anAutoCompleteTextView
that displays a dropdown menu when clicked. - The dropdown menu is a
PopupWindow
containing aGridView
. - The
GridView
is populated with items, and when an item is clicked, its value is set as the text of theAutoCompleteTextView
and thePopupWindow
is dismissed. - The width of the
PopupWindow
matches theTextInputLayout
.
- Clone the repository.
- Open the project in Android Studio.
- Run the application on an emulator or a physical device.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.