Skip to content

Exoplayer MediaPlayer which has fullScreen Button Searched everywhere and didn't got any Function I have created this Repo and one android app which has latest function regarding Media3 Exoplayer with default FullScreen Mode and this is the part of Youtube Video Tutorial. Soon Channel Name will be Published. Copy and enjoy the code.

Notifications You must be signed in to change notification settings

ai-developer63/ExoplayerExampleinMedia3

Repository files navigation

ExoPlayer Media3 Example App

Welcome to the ExoPlayer Media3 Example App repository! This Android app showcases the latest features of ExoPlayer related to Media3 and includes a default full-screen mode. Below, you'll find instructions on how to clone, set up, and run the project, as well as snippets demonstrating key functionalities.

Getting Started

Follow these steps to get started with the ExoPlayer Media3 Example App:

  1. Clone the repository to your local machine:
    git clone https://github.com/ai-developer63/ExoplayerExampleinMedia3.git

Open the project in Android Studio.

Run the app on an Android emulator or a physical device. Key Features Full-Screen Mode The app comes with a default full-screen mode for an immersive media playback experience. Simply tap the full-screen button to enjoy your content in full screen.

Code Examples Here's an example of how to implement the full-screen mode in your ExoPlayer project:

    playerView.setFullscreenButtonClickListener(new PlayerView.FullscreenButtonClickListener() {
        @Override
        public void onFullscreenButtonClick(boolean isFullScreen) {
            toggleFullScreen();
        }
    });

Video Tutorial Learn how to use the ExoPlayer Media3 Example App by watching our video tutorial on YouTube. Subscribe to our channel for more updates!

License This project is licensed under the MIT License.

Contributing We welcome contributions! If you'd like to contribute to this project, please follow our contributing guidelines.

Contact For any questions or feedback, feel free to reach out to us at Comment Section of Git

Acknowledgments We'd like to express our gratitude to the ExoPlayer community and other contributors who have made this project possible.

About

Exoplayer MediaPlayer which has fullScreen Button Searched everywhere and didn't got any Function I have created this Repo and one android app which has latest function regarding Media3 Exoplayer with default FullScreen Mode and this is the part of Youtube Video Tutorial. Soon Channel Name will be Published. Copy and enjoy the code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages