Azhar has Published 721 Articles

How to make an Android SlidingDrawer slide out from the left?

Azhar

Azhar

Updated on 08-Jul-2020 05:21:41

377 Views

This example demonstrates how do I make an android slidingdrawer slide out from the left 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 focusable editText inside ListView on Android?

Azhar

Azhar

Updated on 08-Jul-2020 05:21:09

911 Views

This example demonstrates how do I create a focusable editText inside ListView 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 Drawable to a Bitmap in Android?

Azhar

Azhar

Updated on 08-Jul-2020 05:20:37

6K+ Views

This example demonstrates how do I convert Drawable to a 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.       ... Read More

How can I get zoom functionality for images on Android?

Azhar

Azhar

Updated on 08-Jul-2020 05:20:04

435 Views

This example demonstrates how do I get zoom functionality for images 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.import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import ... Read More

How to add google search functionality in an android app?

Azhar

Azhar

Updated on 08-Jul-2020 05:19:22

1K+ Views

This example demonstrates how do I add google search functionality in an 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 pass data between Activities on Android application?

Azhar

Azhar

Updated on 07-Jul-2020 14:42:22

181 Views

This example demonstrates how to pass data between Activities on 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  − Add the following code to res/layout/activity_main.xml.         ... Read More

How to use date time picker in Android?

Azhar

Azhar

Updated on 07-Jul-2020 13:56:58

5K+ Views

This example demonstrates how do I use date and time picker 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 a list of installed android Applications?

Azhar

Azhar

Updated on 07-Jul-2020 13:54:23

1K+ Views

This example demonstrates how do I get a list of installed android applications.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 do I get the dialer to open with phone number displayed in Android?

Azhar

Azhar

Updated on 07-Jul-2020 13:49:13

2K+ Views

This example demonstrates how do I get the dialer to open with the open number displayed 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 disable GridView scrolling in Android?

Azhar

Azhar

Updated on 07-Jul-2020 13:48:39

808 Views

This example demonstrates how do I disable gridView scrolling 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 ... Read More

Advertisements