Share Intent For a Bitmap Without Saving a File

Hi Android Developer, When you don’t want to save the bitmap permanently to the user phone and just want to share it. I’m going to show you how you can export a bitmap without saving the file. Indeed, the bitmap will be saved in the cache directory.

Continue reading “Share Intent For a Bitmap Without Saving a File”

Android Create Navigation Drawer Using Fragments

Hello Android Developer! Android Navigation Drawer is a UI component that provides a user-friendly interface for accessing different parts of the app. In this part, You will see how to create Android Navigation Drawer Using Fragments.

Continue reading “Android Create Navigation Drawer Using Fragments”

How To Embed YouTube Video In Android WebView

Hey Android developer, In this tutorial we will learn how to Embed and Play YouTube Video in the Android WebView.

Continue reading “How To Embed YouTube Video In Android WebView”

Android Center Locked HorizontalScrollView

HorizontalScrollView is used to scroll the child views or elements in horizontal direction. In this example you will learn how to create center locked HorizontalScrollView.

Continue reading “Android Center Locked HorizontalScrollView”

How To Create Scrolling Text In Android

Hi Android developer!

You may have seen scrolling text somewhere in websites or apps.

Continue reading “How To Create Scrolling Text In Android”

How To Create Rounded Corner Layout in Android

Howdy Android developer! In this tutorial we are going to create a view container (layout) with rounded corners. This is a subclass of the Android FrameLayout class. Let’s get started.

Continue reading “How To Create Rounded Corner Layout in Android”