Azhar has Published 721 Articles

How to implement AlarmManager in Android using Kotlin?

Azhar

Azhar

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

4K+ 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

823 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

1K+ 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

301 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

3K+ 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

813 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

How to use JSONObject to parse JSON in Android using Kotlin?

Azhar

Azhar

Updated on 05-Nov-2020 14:47:22

2K+ Views

This example demonstrates how to use JSONObject to parse JSON 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 Location API in Android to track your current location using Kotlin?

Azhar

Azhar

Updated on 05-Nov-2020 14:46:38

307 Views

This example demonstrates how to use Location API in Android to track your current location 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_maps.xml. ... Read More

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