Azhar has Published 721 Articles

How to create Focusable EditText inside ListView on Android using Kotlin?

Azhar

Azhar

Updated on 21-Jul-2020 12:34:12

392 Views

This example demonstrates how to create Focusable EditText inside ListView on 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 Step ... Read More

How to create clickable links in a TextView on Android using Kotlin?

Azhar

Azhar

Updated on 21-Jul-2020 12:26:25

558 Views

This example demonstrates how to create clickable links in a TextView on 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 turn on flashlight programmatically in Android using Kotlin?

Azhar

Azhar

Updated on 21-Jul-2020 12:13:13

2K+ Views

This example demonstrates how to turn on flashlight programmatically 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.xmlExample Step 3 ... Read More

How to click a camera programmatically in Android?

Azhar

Azhar

Updated on 21-Jul-2020 09:23:24

191 Views

This example demonstrates how toStep 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 − Add the following code to src/MainActivity.ktimport ... Read More

How to convert a Drawable to a Bitmap in Android using Kotlin?

Azhar

Azhar

Updated on 21-Jul-2020 09:13:02

3K+ Views

This example demonstrates how to convert a Drawable to a Bitmap 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 can I send emails using gmail from my Android application using Kotlin Programming?

Azhar

Azhar

Updated on 21-Jul-2020 09:07:32

267 Views

This example demonstrates how to send emails using gmail from my Android application 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 can I send emails using gmail from my Android application using Kotlin?

Azhar

Azhar

Updated on 21-Jul-2020 09:06:22

2K+ Views

This example demonstrates how to send emails using gmail from my Android application 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 read files from assets on Android using Kotlin?

Azhar

Azhar

Updated on 21-Jul-2020 09:03:05

3K+ Views

This example demonstrates how to read files from assets on 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 Step ... Read More

Working with RecyclerView in an Android App using Kotlin?

Azhar

Azhar

Updated on 21-Jul-2020 08:59:55

4K+ Views

This example demonstrates how to Work with RecyclerView 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 Step 3 ... Read More

How to work with Camera in an Android App using Kotlin?

Azhar

Azhar

Updated on 21-Jul-2020 08:53:38

5K+ Views

This example demonstrates how to work with Camera 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 Step ... Read More

Advertisements