Kotlin

A series of complete step-by-step tutorials to walk you through how to accomplish different tasks in Kotlin, from Getting Started to writing Android applications

Country Code Picker with Kotlin

Country code pickers are used to search and select country code or international phone code in android. This example describes how to add a country code picker using Kotlin for Android application development. First, we needed to add the following dependency into our applications app level build.gradle file. implementation ‘com.hbb20:ccp:2.2.2’ Add the following code into your activity_main.xml file  To hide flagapp:ccp_showFlag=”false” To

Country Code Picker with Kotlin Read More »