Azhar has Published 721 Articles

How to create Text to Speech in an Android App using Kotlin?

Azhar

Azhar

Updated on 21-Apr-2020 09:27:56

734 Views

This example demonstrates how to create Text to Speech 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.     ... Read More

How to use Volley Library to parse JSON in Android Kotlin App?

Azhar

Azhar

Updated on 21-Apr-2020 09:23:28

2K+ Views

This example demonstrates how to use Volley Library to parse JSON 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.       ... Read More

MediaPlayer class to implement a basic Audio Player in an Android Kotlin app?

Azhar

Azhar

Updated on 21-Apr-2020 09:22:59

580 Views

This example demonstrates how to implement a MediaPlayer class to implement a basic Audio Player in an Android Kotlin app.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 ... Read More

How to set a Timeout for an AsyncTask in Kotlin Android?

Azhar

Azhar

Updated on 21-Apr-2020 09:10:18

348 Views

This example demonstrates how to set a Timeout for an AsyncTask 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.       ... Read More

ProgressDialog in Android using Kotlin?

Azhar

Azhar

Updated on 21-Apr-2020 09:06:20

3K+ Views

This example demonstrates how to show a progress dialog 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.       ... Read More

How to iterate a JSON Array in Android using Kotlin?

Azhar

Azhar

Updated on 21-Apr-2020 09:03:58

3K+ Views

This example demonstrates how to iterate a JSON Array 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.       ... Read More

How to use Date Time Picker Dialog in Kotlin Android?

Azhar

Azhar

Updated on 21-Apr-2020 08:59:19

4K+ Views

This example demonstrates how to use Date Time Picker Dialog 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.       ... Read More

How to use Snackbar in Android Kotlin?

Azhar

Azhar

Updated on 21-Apr-2020 08:55:40

2K+ Views

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

How to use CheckBox in Android Kotlin?

Azhar

Azhar

Updated on 21-Apr-2020 08:52:00

3K+ Views

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

How to use Radio Button in Android Kotlin?

Azhar

Azhar

Updated on 21-Apr-2020 08:48:24

3K+ Views

This example demonstrates how to use Radio Button 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.             ... Read More

Advertisements