Azhar has Published 721 Articles

How to programmatically prevent scrolling in webView in Android?

Azhar

Azhar

Updated on 05-Aug-2019 08:52:47

1K+ Views

This example demonstrates how do I programmatically prevent scrolling in webView 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 change the DatePicker Dialog color in Android?

Azhar

Azhar

Updated on 05-Aug-2019 08:42:46

3K+ Views

This example demonstrates how do I change the DatePicker dialog color 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.     Kindly ... Read More

How to programmatically scroll to a specific position in listView in Android?

Azhar

Azhar

Updated on 05-Aug-2019 08:38:18

2K+ Views

This example demonstrates how do I programmatically scroll to a specific position 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 write date and time changer Listener in Android?

Azhar

Azhar

Updated on 05-Aug-2019 08:33:28

258 Views

This example demonstrates how do I write date and time changer Listener 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 monitor Network connections status in Android?

Azhar

Azhar

Updated on 05-Aug-2019 08:26:36

574 Views

This example demonstrates how do I monitor Network connections status 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 develop a speech recognizer in android without Google API?

Azhar

Azhar

Updated on 05-Aug-2019 08:19:56

2K+ Views

This example demonstrates how do I develop a speech recognizer in android without Google API.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 detect calls in an android device?

Azhar

Azhar

Updated on 05-Aug-2019 08:08:52

1K+ Views

This example demonstrates how do I detect phone 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.     Step 3 − ... Read More

How to integrate Emojis Keyboard in an Android app?

Azhar

Azhar

Updated on 02-Aug-2019 09:27:03

778 Views

This example demonstrates how do I integrate emogis keyboard in android appStep 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 change font color of textView in android?

Azhar

Azhar

Updated on 02-Aug-2019 09:10:16

4K+ Views

This example demonstrates how do I change font color of 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 change the font size of textView in android?

Azhar

Azhar

Updated on 02-Aug-2019 09:05:12

13K+ Views

This example demonstrates how do I change the font size of 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

Advertisements