joielechong / CountryCodePicker

Country Code Picker (CCP) is an android library which provides an easy way to search and select country phone code ( national code ) for the telephone number.
Apache License 2.0
315 stars 143 forks source link

How to open country picker dialog without adding in xml #107

Closed Miteshmakwana73 closed 3 years ago

Miteshmakwana73 commented 3 years ago

how can I show direct dialog without adding in XML. i want to show country picker dialog on click of particular view.

binding.btnSelectCountry.setOnClickListener {
            hideKeybord()
            //open dialog
}

how can i show runtime programmatically

Miteshmakwana73 commented 3 years ago

okay got solution

countryCodePicker.showCountryCodePickerDialog()

please add details in the document like

how to check isDialog open how to close dialog runtime how to open runtime