Azhar has Published 721 Articles

How to use SearchView in Toolbar Android?

Azhar

Azhar

Updated on 01-Jul-2020 06:00:38

2K+ Views

This example demonstrates how do I use searchView in Toolbar android.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

Create Left to Right slide animation in Android using Kotlin.

Azhar

Azhar

Updated on 26-May-2020 08:49:35

590 Views

This example demonstrates how to Create Left to Right slide animation 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

Sending an Intent to browser to open specific URL using Kotlin.

Azhar

Azhar

Updated on 26-May-2020 08:46:02

2K+ Views

This example demonstrates how to Send an Intent to browser to open specific URL 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.Example ... Read More

How should I validate an e-mail address in Android using Kotlin?.

Azhar

Azhar

Updated on 26-May-2020 08:42:57

2K+ Views

This example demonstrates how to validate an e-mail address 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 get Value of a Edit Text field in Android using Kotlin?

Azhar

Azhar

Updated on 26-May-2020 08:40:00

6K+ Views

This example demonstrates how to  get Value of a Edit Text field 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 can I find the latitude and longitude from address on Android using Kotlin?

Azhar

Azhar

Updated on 26-May-2020 08:36:28

669 Views

This example demonstrates how to find the latitude and longitude from address 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 add a footer in Android ListView using Kotlin?

Azhar

Azhar

Updated on 26-May-2020 08:30:04

317 Views

This example demonstrates how to add a footer in Android ListView 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

Subscript and Superscript a String in Android using Kotlin.

Azhar

Azhar

Updated on 26-May-2020 08:26:22

307 Views

This example demonstrates how to Subscript and Superscript a String 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 get a complete address from latitude and longitude on Android Kotlin?

Azhar

Azhar

Updated on 26-May-2020 08:22:12

2K+ Views

This example demonstrates how to get a complete address from latitude and longitude on 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 Play an arbitrary tone in Android using Kotlin?

Azhar

Azhar

Updated on 26-May-2020 08:07:24

728 Views

This example demonstrates how to Play an arbitrary tone 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

Advertisements