Azhar has Published 451 Articles

How to get free size of internal/external memory in Android App?

Azhar

Azhar

Updated on 08-Jul-2020 06:21:44

1K+ Views

This example demonstrates how do I get the free size of internal/external memory in 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 convert a Base64 string into a Bitmap image in Android app?

Azhar

Azhar

Updated on 08-Jul-2020 06:21:12

4K+ Views

This example demonstrates how to 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 − ... Read More

How to play background music in Android app?

Azhar

Azhar

Updated on 08-Jul-2020 06:20:41

7K+ Views

This example demonstrates how do I play background music 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 to play videos in Android TextureView?

Azhar

Azhar

Updated on 08-Jul-2020 06:06:21

1K+ Views

This example demonstrates how do I play videos in Android TextureView.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 − Create ... Read More

How to check available space on Android Device?

Azhar

Azhar

Updated on 08-Jul-2020 06:05:49

400 Views

This example demonstrates how do I check available space on an 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.     Step ... Read More

How to create different graphs in Android App?

Azhar

Azhar

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

2K+ Views

This example demonstrates how to 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 dependency in the build.gradle (Module: app)implementation 'com.jjoe64:graphview:4.2.1'Step 3 − Add the ... Read More

How to resize an image in Android using Picasso?

Azhar

Azhar

Updated on 08-Jul-2020 06:04:50

648 Views

This example demonstrates how to 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 − Open build.gradle (Module: app) and add the following dependency −implementation 'com.squareup.picasso:picasso:2.5.2'Step 3 − Add ... Read More

How to detect application heap size in android?

Azhar

Azhar

Updated on 08-Jul-2020 06:03:47

370 Views

This example demonstrates how do I detect application heap 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/layout/activity_main.xml.         ... Read More

How to detect orientation change in layout in android?

Azhar

Azhar

Updated on 08-Jul-2020 05:58:15

2K+ Views

This example demonstrates how do I detect orientation change in layout 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

Playing an Arbitrary tone with Android?

Azhar

Azhar

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

328 Views

This example demonstrates how do I playing an arbitrary tone with 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

Previous 1 ... 6 7 8 9 10 ... 46 Next
Advertisements