Skip to content

Android application to display phone contacts in list and make a call and also messaging option using Kotlin Programming Language.

License

Notifications You must be signed in to change notification settings

AndroidCodility/ContactsList

Repository files navigation

Contacts List

Android application to display phone contacts in list and make a call and also message option using Kotlin Programming Language.

Add Permissions Manifest

{

    <uses-permission android:name="android.permission.READ_CONTACTS" />
    <uses-permission android:name="android.permission.CALL_PHONE" />

}

CONTACT 1 CONTACT 2 CONTACT 3

Play Video

Like Facebook Page

About

Android application to display phone contacts in list and make a call and also messaging option using Kotlin Programming Language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages