Azhar has Published 721 Articles

How to send data back to the Main Activity in Android using Kotlin?

Azhar

Azhar

Updated on 05-Nov-2020 15:03:07

992 Views

This example demonstrates how to send data back to the Main Activity in Android using KotlinStep 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 register a broadcast receiver Programmatically in Android using Kotlin?

Azhar

Azhar

Updated on 05-Nov-2020 15:00:53

2K+ Views

This example demonstrates how to register a broadcast receiver 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.xml.     ... Read More

How to implement AlarmManager in Android using Kotlin?

Azhar

Azhar

Updated on 05-Nov-2020 14:58:17

5K+ Views

This example demonstrates how to to implement AlarmManager 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

Web Scraping in Android Application using Kotlin?

Azhar

Azhar

Updated on 05-Nov-2020 14:57:03

2K+ Views

This example demonstrates how to perform Web Scraping in 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 use shared preferences in Android using Kotlin?

Azhar

Azhar

Updated on 05-Nov-2020 14:55:55

2K+ Views

This example demonstrates how to use shared preferences 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 Calendar Widget using the CalendarView class in Android App using Kotlin?

Azhar

Azhar

Updated on 05-Nov-2020 14:54:44

1K+ Views

This example demonstrates how to use Calendar Widget using the CalendarView class in 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 create custom Alert Dialogs in an Android App using Kotlin?

Azhar

Azhar

Updated on 05-Nov-2020 14:54:00

2K+ Views

This example demonstrates how to create custom Alert Dialogs 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 ViewFlipper Android using Kotlin?

Azhar

Azhar

Updated on 05-Nov-2020 14:53:06

463 Views

This example demonstrates how to use ViewFlipper 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 SearchView in Android Kotlin?

Azhar

Azhar

Updated on 05-Nov-2020 14:49:17

4K+ Views

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

How to use XMLPullParser to parse XML in Android using Kotlin?

Azhar

Azhar

Updated on 05-Nov-2020 14:48:07

1K+ Views

This example demonstrates how to use XMLPullParser to parse XML 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

Previous 1 ... 7 8 9 10 11 ... 73 Next
Advertisements