Azhar has Published 721 Articles

How can I set an icon for my Android application?

Azhar

Azhar

Updated on 03-Jul-2020 12:50:50

4K+ Views

This example demonstrates how set an icon for 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  − Further follow the path to reach the desired folder to add ... Read More

How to change the position of the dialog on Screen android?

Azhar

Azhar

Updated on 03-Jul-2020 12:49:28

1K+ Views

This example demonstrates how do I change the position of the dialog on Screen 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 a smooth image rotation in android?

Azhar

Azhar

Updated on 03-Jul-2020 12:48:55

179 Views

This example demonstrates how do I create a smooth image rotation 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 execute Async task repeatedly after fixed time intervals in Android?

Azhar

Azhar

Updated on 03-Jul-2020 12:48:21

613 Views

This example demonstrates how do I execute AsyncTask repeatedly after fixed time intervals 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 overlay two images in Android to set an ImageView?

Azhar

Azhar

Updated on 03-Jul-2020 12:47:07

2K+ Views

This example demonstrates how do I overlay two images In Android to set an ImageView.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 a Dialog Box without a title in Android?

Azhar

Azhar

Updated on 03-Jul-2020 12:45:02

182 Views

This example demonstrates how to create a Dialog Box without a title 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 copy text programmatically (Ctrl+C) in my Android app?

Azhar

Azhar

Updated on 03-Jul-2020 12:44:28

847 Views

This example demonstrates how do I copy text programmatically (Ctrl+C) in my 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

How to change action bar size in Android?

Azhar

Azhar

Updated on 03-Jul-2020 12:42:48

2K+ Views

This example demonstrates how to change action bar size 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/values/styles.xml             ... Read More

How to Justify Text in TextView on Android?

Azhar

Azhar

Updated on 03-Jul-2020 12:42:00

6K+ Views

This example demonstrates how to Justify Text in 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.         Step ... Read More

How to create Android Hello World App?

Azhar

Azhar

Updated on 03-Jul-2020 12:41:23

313 Views

This example demonstrates how to create Android Hello World 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  − Add ... Read More

Advertisements