Azhar has Published 721 Articles

How to obtain the phone number of the android phone programmatically?

Azhar

Azhar

Updated on 03-Jul-2020 08:39:23

652 Views

This example demonstrates how do I obtain the phone number of the android phone programmatically.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 Spinner Value in android?

Azhar

Azhar

Updated on 03-Jul-2020 08:37:09

4K+ Views

This example demonstrates how do I get spinner value in 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

How to create clickable links in a textView on Android?

Azhar

Azhar

Updated on 03-Jul-2020 08:32:53

3K+ Views

This example demonstrates how do I create clickable links in a textView on 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

Dynamically add elements in ListView in android?

Azhar

Azhar

Updated on 03-Jul-2020 08:31:00

3K+ Views

This example demonstrates how do I dynamically add elements in ListView in 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

How to add footer in Android ListView?

Azhar

Azhar

Updated on 03-Jul-2020 08:30:11

767 Views

This example demonstrates how do I add footer in Android ListView.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 send emails using gmail from my Android application?

Azhar

Azhar

Updated on 03-Jul-2020 08:27:02

405 Views

This example demonstrates how do I send emails using gmail from my Android application.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 turn on Flash light programmatically in android?

Azhar

Azhar

Updated on 03-Jul-2020 08:25:45

3K+ Views

This example demonstrates how do I turn on Flash light programatically in 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

How to convert an image to Base 64 string on Android?

Azhar

Azhar

Updated on 03-Jul-2020 07:20:49

1K+ Views

This example demonstrates how do I convert an image to Base 64 string on 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

How to set the color of a textView span in android?

Azhar

Azhar

Updated on 03-Jul-2020 07:17:54

680 Views

This example demonstrates how do I set the color of a textView span in 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

How to parse HTML in android?

Azhar

Azhar

Updated on 03-Jul-2020 07:15:35

2K+ Views

This example demonstrates how do I parse HTML in 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.         Step 3 ... Read More

Advertisements