Azhar has Published 721 Articles

How to open Facebook page from Android app?

Azhar

Azhar

Updated on 03-Jul-2020 13:09:28

1K+ Views

This example demonstrates about How to open Facebook page from 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 can I add an image on EditText in Android?

Azhar

Azhar

Updated on 03-Jul-2020 12:58:36

1K+ Views

This example demonstrates how add an image on EditText 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 Set opacity for View in Android?

Azhar

Azhar

Updated on 03-Jul-2020 12:57:43

2K+ Views

This example demonstrates how to Set opacity for View 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 Bitmap to drawable in Android?

Azhar

Azhar

Updated on 03-Jul-2020 12:57:08

2K+ Views

This example demonstrates how do I convert Bitmap to drawable 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 create a table with borders in Android?

Azhar

Azhar

Updated on 03-Jul-2020 12:56:33

2K+ Views

This example demonstrates how create a table with borders 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 Resource name using Resource id in Android?

Azhar

Azhar

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

868 Views

This example demonstrates how do I get resource name using Resource id 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 add a border to the top and bottom of an Android View?

Azhar

Azhar

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

6K+ Views

This example demonstrates how to add a border to the top and bottom of an Android View .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 disable the click of home button of Android device?

Azhar

Azhar

Updated on 03-Jul-2020 12:54:26

2K+ Views

This example demonstrates how to disable the click of home button of Android device .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 crop circular area from bitmap in Android?

Azhar

Azhar

Updated on 03-Jul-2020 12:53:52

135 Views

This example demonstrates how do I crop circular area from bitmap 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 do I create a splash screen on Android App?

Azhar

Azhar

Updated on 03-Jul-2020 12:51:30

640 Views

This example demonstrates how to pass data between activities.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

Advertisements