Azhar has Published 721 Articles

How to use Android Picasso library to download images using Kotlin?

Azhar

Azhar

Updated on 30-Nov-2020 04:41:35

403 Views

This example demonstrates how to use the Android Picasso library to download images 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.Add the following dependency to the build gradle (Module: app)implementation 'com.squareup.picasso:picasso:2.4.0'Step ... Read More

How to create a swipe refresh layout in Android using Kotlin?

Azhar

Azhar

Updated on 30-Nov-2020 04:33:51

3K+ Views

This example demonstrates how to create a swipe refresh layout 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 close all Android activities at once using Kotlin?

Azhar

Azhar

Updated on 30-Nov-2020 04:28:50

726 Views

This example demonstrates how to close all Android activities at once 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 get the Android Emulator's IP address using Kotlin?

Azhar

Azhar

Updated on 30-Nov-2020 04:20:53

227 Views

This example demonstrates how to get the Android Emulator's IP address 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 pick an image from an image gallery on Android using Kotlin?

Azhar

Azhar

Updated on 30-Nov-2020 04:15:19

9K+ Views

This example demonstrates how to pick an image from an image gallery 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. ... Read More

How to open a website in Android's web browser from my application using Kotlin?

Azhar

Azhar

Updated on 30-Nov-2020 04:12:09

649 Views

This example demonstrates how to open a website in Android's web browser from my 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 create scrollable TextView on Android using Kotlin?

Azhar

Azhar

Updated on 30-Nov-2020 03:53:23

1K+ Views

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

How to create multiple styles inside a TextView on Android using Kotlin?

Azhar

Azhar

Updated on 30-Nov-2020 03:48:01

610 Views

This example demonstrates how to create multiple styles inside 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.   ... Read More

How do I connect to a Wi-Fi network on Android programmatically using Kotlin?

Azhar

Azhar

Updated on 30-Nov-2020 03:41:30

1K+ Views

This example demonstrates how to connect to a Wi-Fi network on Android 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.   ... Read More

How to parse JSON Objects on Android using Kotlin?

Azhar

Azhar

Updated on 28-Nov-2020 12:53:28

3K+ Views

This example demonstrates how to parse JSON Objects 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.     Step 3 ... Read More

Previous 1 ... 3 4 5 6 7 ... 73 Next
Advertisements