Azhar has Published 721 Articles

How to pick up and hung up calls in android?

Azhar

Azhar

Updated on 07-Aug-2019 11:45:57

287 Views

This example demonstrates how do I pick up and hung up calls 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 use Radio button in Android?

Azhar

Azhar

Updated on 05-Aug-2019 10:45:02

2K+ Views

This example demonstrates how do I use Radio button 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 can I set a Border for an ImageView in Android?

Azhar

Azhar

Updated on 05-Aug-2019 10:32:52

3K+ Views

This example demonstrates how do I can I set a border for an ImageView 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 projectStep 2 − Add the following code to res/layout/activity_main.xml. ... Read More

How do I create a listView with rounded corners in Android?

Azhar

Azhar

Updated on 05-Aug-2019 10:29:11

599 Views

This example demonstrates how do I create a listView with rounded corners 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 open a website in Android’s web browser from any application?

Azhar

Azhar

Updated on 05-Aug-2019 10:22:30

1K+ Views

This example demonstrates how do I open a website in Android’s web browser from any 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 pass data between activities in Android?

Azhar

Azhar

Updated on 05-Aug-2019 10:17:05

2K+ Views

This example demonstrates how do I pass data between activities 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 multiple styles inside a TextView in Android?

Azhar

Azhar

Updated on 05-Aug-2019 10:07:12

902 Views

This example demonstrates how do I create multiple styles inside a TextView 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 I connect to wifi network on Android programmatically?

Azhar

Azhar

Updated on 05-Aug-2019 10:00:35

1K+ Views

This example demonstrates how do I connect wifi network in Android programatically.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 IP address of android device programmatically?

Azhar

Azhar

Updated on 05-Aug-2019 09:04:32

5K+ Views

This example demonstrates how do I get the IP address of android device 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 dismiss the dialog with the click on outside of the dialog box in android?

Azhar

Azhar

Updated on 05-Aug-2019 08:59:49

877 Views

This example demonstrates how do I dismiss the dialog with the click on outside of the dialog box 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 ... Read More

Advertisements