This project contains a custom AlertDialog with an EditText. It also handles the positive button click event in alertdialog without closing it.
In response StackOverFlow (Pt-Br)
git clone git@github.com:MurilloComino/android-alertdialog-with-edittext.git
in File > New > Project from Version Control... > git
in URL put: https://github.com/MurilloComino/android-alertdialog-with-edittext.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