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
TextInputLayoutwith anAutoCompleteTextViewthat displays a dropdown menu when clicked. - The dropdown menu is a
PopupWindowcontaining aGridView. - The
GridViewis populated with items, and when an item is clicked, its value is set as the text of theAutoCompleteTextViewand thePopupWindowis dismissed. - The width of the
PopupWindowmatches 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.
