Azhar has Published 721 Articles

How to create a WebView in android app?

Azhar

Azhar

Updated on 02-Aug-2019 07:38:20

3K+ Views

This example demonstrates how do I create a WebView in android app.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

Custom progress Bar in Android?

Azhar

Azhar

Updated on 02-Aug-2019 07:32:51

715 Views

This example demonstrates how do I create a progress bar androidStep 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 change the app language programmatically in android?

Azhar

Azhar

Updated on 02-Aug-2019 07:27:25

1K+ Views

This example demonstrates how do I in change the app language programmatically 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 ... Read More

How to implement Alarm Manager in android?

Azhar

Azhar

Updated on 02-Aug-2019 07:19:32

1K+ Views

This example demonstrates how do I implement alarm manager 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 ... Read More

How to check Internet connection availability on Android?

Azhar

Azhar

Updated on 02-Aug-2019 07:13:31

310 Views

This example demonstrates how do I check internet connection availability 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.     Step 3 ... Read More

How to pass an object from one Activity to another in Android?

Azhar

Azhar

Updated on 02-Aug-2019 07:02:51

2K+ Views

This example demonstrates how do I pass an object from one Activity to another 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 enable/disable the GPS programmatically in Android?

Azhar

Azhar

Updated on 02-Aug-2019 06:57:46

2K+ Views

This example demonstrates how do I get enable/disable GPS programmatically 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 get current GPS location programmatically on Android?

Azhar

Azhar

Updated on 02-Aug-2019 06:50:51

5K+ Views

This example demonstrates how do I get current GPS location programmatically 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 get screen dimensions in pixels in Android app?

Azhar

Azhar

Updated on 02-Aug-2019 06:43:06

155 Views

This example demonstrates how do I get screen dimensions in pixels 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 custom font in a android project?

Azhar

Azhar

Updated on 02-Aug-2019 06:37:24

113 Views

This example demonstrates how do I use custom font in Android project.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