Azhar has Published 721 Articles

How to get a working vertical SeekBar in Android using Kotlin?

Azhar

Azhar

Updated on 23-May-2020 12:49:51

372 Views

This example demonstrates how to listen for volume buttons in Android background service 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 use BroadcastReceiver in Kotlin?

Azhar

Azhar

Updated on 23-May-2020 12:45:54

4K+ Views

This example demonstrates how to use BroadcastReceiver 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 3 − ... Read More

How to pass an arrayList to another activity using intents in Android Kotlin?

Azhar

Azhar

Updated on 23-May-2020 12:39:06

4K+ Views

This example demonstrates how to pass an arrayList to another activity using intents in Android 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 develop an Speech recognizer in Android without Google API in Kotlin?

Azhar

Azhar

Updated on 23-May-2020 12:34:05

2K+ Views

This example demonstrates how to develop an Speech recognizer in Android without Google API 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 ... Read More

How to set a timer in Android using Kotlin?

Azhar

Azhar

Updated on 23-May-2020 12:12:26

5K+ Views

This example demonstrates how to set a timer 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 get the selected index of a RadioGroup in Android using Kotlin?

Azhar

Azhar

Updated on 23-May-2020 12:07:21

2K+ Views

This example demonstrates how to get the selected index of a RadioGroup in Android using Kotlin.Step 1 − Create a new project in Android Studio, go to File ? New Project and fill allrequired 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 Expandable listView using Kotlin?

Azhar

Azhar

Updated on 23-May-2020 12:00:28

3K+ Views

This example demonstrates how to create a Expandable listView 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     Step 3 − Create a ... Read More

How to detect shake events in Kotlin?

Azhar

Azhar

Updated on 23-May-2020 11:49:15

1K+ Views

This example demonstrates how to detect shake events 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 3 ... Read More

Barcode Scanning in Android using Kotlin?

Azhar

Azhar

Updated on 23-May-2020 11:43:24

2K+ Views

This example demonstrates how to implement bar code scanning 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             ... Read More

How to automatically start and stop an Async task in Kotlin?

Azhar

Azhar

Updated on 23-May-2020 11:37:22

274 Views

This example demonstrates how to automatically start and stop an Async task 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     ... Read More

Advertisements