Azhar has Published 721 Articles

How to disable Home and other system buttons in Android using Kotlin?

Azhar

Azhar

Updated on 26-May-2020 06:00:41

467 Views

This example demonstrates how to disable Home and other system buttons in Android using Kotlin.Step 1 − Create a new project in Android Studio, go to File? New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.Example     ... Read More

How to check the amount of RAM to be used by an Android App using Kotlin?

Azhar

Azhar

Updated on 23-May-2020 14:29:21

452 Views

This example demonstrates how to create a smooth image rotation in Android using Kotlin.Step 1 − Create a new project in Android Studio, go to File? New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.Example       ... Read More

How to create a smooth image rotation in Android using Kotlin?

Azhar

Azhar

Updated on 23-May-2020 14:25:37

239 Views

This example demonstrates how to create a smooth image rotation in Android using Kotlin.Step 1  − Create a new project in Android Studio, go to File? New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.Example         ... Read More

How to convert a Bitmap to Drawable in Kotlin?

Azhar

Azhar

Updated on 23-May-2020 14:20:30

1K+ Views

This example demonstrates how to convert a Bitmap to Drawable in Kotlin.Step 1 − Create a new project in Android Studio, go to File? New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.Example         Step ... Read More

How to make a call in an Android device using Kotlin?

Azhar

Azhar

Updated on 23-May-2020 14:17:33

815 Views

This example demonstrates how to make a call in an Android device using Kotlin.Step 1 − Create a new project in Android Studio, go to File ? New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.Example     ... Read More

How to Resize an image in Android using Picasso on Kotlin?

Azhar

Azhar

Updated on 23-May-2020 14:08:33

268 Views

This example demonstrates how to Resize an image in Android using Picasso on Kotlin.Step 1 − Create a new project in Android Studio, go to File? New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.Example     Step 3 ... Read More

How to add Google Search Functionality in an Android App using Kotlin?

Azhar

Azhar

Updated on 23-May-2020 14:05:11

295 Views

This example demonstrates how to add Google Search Functionality in an Android App using Kotlin.Step 1 − Create a new project in Android Studio, go to File? New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.Example     ... Read More

How to get the differences between two dates in Android using Kotlin?

Azhar

Azhar

Updated on 23-May-2020 14:01:50

2K+ Views

This example demonstrates how to create a simple alert dialog with Ok and cancel buttons using Kotlin.Step 1 − Create a new project in Android Studio, go to File? New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.Example ... Read More

How to create a simple alert dialog with Ok and cancel buttons using Kotlin?

Azhar

Azhar

Updated on 23-May-2020 13:58:32

2K+ Views

This example demonstrates how to create a simple alert dialog with Ok and cancel buttons using Kotlin.Step 1 − Create a new project in Android Studio, go to File? New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.Example ... Read More

How to obtain the phone number of the Android phone programmatically using Kotlin?

Azhar

Azhar

Updated on 23-May-2020 13:53:44

2K+ Views

This example demonstrates how to obtain the phone number of the Android phone programmatically using kotlin.Step 1 − Create a new project in Android Studio, go to File? New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.Example   ... Read More

Advertisements