WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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