Azhar has Published 721 Articles

How can I use Marquee text in an android app?

Azhar

Azhar

Updated on 03-Jul-2020 05:58:21

269 Views

This example demonstrates how do I use Marquee text in an 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.     Step 3 ... Read More

How to set OnclickListener on a radio button in android?

Azhar

Azhar

Updated on 03-Jul-2020 05:56:54

2K+ Views

This example demonstrates how do I set OnclickListener on a 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 to convert ISO 8601 string to Date/time object in Android?

Azhar

Azhar

Updated on 03-Jul-2020 05:53:39

1K+ Views

This example demonstrates how do I convert ISO 8601 string to date/time object 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

Android How to draw a smooth line following my finger?

Azhar

Azhar

Updated on 03-Jul-2020 05:41:07

590 Views

This example demonstrates how do I draw a smooth line following my finger 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 can I dynamically set the position of view in android?

Azhar

Azhar

Updated on 03-Jul-2020 05:37:34

3K+ Views

This example demonstrates how do I 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 − Add the ... Read More

How to control the height and width of the default alert dialog in android?

Azhar

Azhar

Updated on 03-Jul-2020 05:36:17

5K+ Views

This example demonstrates how do I control the height and width of the default alert dialog 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 ... Read More

How to pass an arrayList to another activity using intents in Android?

Azhar

Azhar

Updated on 03-Jul-2020 05:35:34

8K+ Views

This example demonstrates how do I pass an arrayList to another activity using intends 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 complete address from latitude and longitude on Android?

Azhar

Azhar

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

495 Views

This example demonstrates how do I complete address from latitude and logitude 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 check if android editText is empty?

Azhar

Azhar

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

4K+ Views

This example demonstrates how do I check if android editText is empty.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 draw a line in Android?

Azhar

Azhar

Updated on 02-Jul-2020 08:02:17

2K+ Views

This example demonstrates how do I draw a line 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

Advertisements