Skip to content
This repository was archived by the owner on Jul 27, 2025. It is now read-only.

Added Search For Countries#16

Open
FazalHussain wants to merge 6 commits intoheetch:masterfrom
FazalHussain:Search-Country
Open

Added Search For Countries#16
FazalHussain wants to merge 6 commits intoheetch:masterfrom
FazalHussain:Search-Country

Conversation

@FazalHussain
Copy link
Copy Markdown

Added Search For Countries

Usage

private fun showCountryDialog() {
    val countryPicker =
            CountryPickerDialog(this,
                    CountryPickerCallbacks { country, flagResId ->
                        countryPickerTv.text = country?.dialingCode.toString()
                    })
    countryPicker.show()
    val window: Window? = countryPicker.window
    window?.setLayout(MATCH_PARENT, MATCH_PARENT)
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant