Skip to content

This project contains a custom AlertDialog with an EditText. Android Studio

License

Notifications You must be signed in to change notification settings

onimur/android-alertdialog-with-edittext

Custom AlertDialog with EditText

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)

Getting Started

Using Git Bash

git clone git@github.com:MurilloComino/android-alertdialog-with-edittext.git

Using Android Studio

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

in URL put: https://github.com/MurilloComino/android-alertdialog-with-edittext.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