Facebook Twitter Instagram
    DeepCrazyWorld
    Facebook Twitter Instagram Pinterest YouTube
    • FLUTTER
      • FLUTTER APP
        • QRCode
        • Quiz App
        • Chat GPT
        • PDF App
        • News App
        • Fitness App
        • Weather App
        • BMI Calculator
        • GAME APP
        • Ecommerce App
        • wallpaper App
        • Finance app
        • Chat App
        • Wallet App
        • Taxi App
        • Quran app
        • Music player app
      • FLUTTER UI
        • Splash Screen
        • Onboarding Screen
        • Login Screen
        • Card Design
        • Drawer
    • PROJECT
      • Android Projects
      • College Projects
      • FLUTTER APP
      • Project Ideas
      • PHP Projects
      • Python Projects
    • SOURCE CODE
    • ANDROID
      • ANDROID APP
      • GAME APP
      • ANDROID STUDIO
    • MCQ
      • AKTU MCQ
        • RPA MCQ
        • COA MCQ
        • HPC MCQ
        • SPM MCQ
        • Renewable Energy All MCQ
        • Data Compression MCQ
        • Data Structure MCQ
        • Digital Image Processing MCQ
        • Software Engineering MCQ
        • Machine Learning MCQ
        • Artificial Intelligence MCQ
      • D PHARMA MCQ
        • Pharmaceutics – I MCQ
        • Pharmacognosy MCQ
        • Pharmaceutical Chemistry MCQ
        • Biochemistry and Clinical Pathology MCQ
        • Human Anatomy and Physiology MCQ
        • Heath Education and Community Pharmacy MCQ
    • INTERVIEW QUESTIONS
      • Flutter Interview Questions
      • INTERVIEW QUESTIONS
      • Python Interview Questions
      • Coding ninjas solution
    • MORE
      • WORDPRESS
        • SEO
        • TOP 10 WORDPRESS THEME
      • PRODUCTIVITY
      • Program
      • QUOTES
    DeepCrazyWorld
    Home»ANDROID APP»How to make MX Video Player App in Android studio
    ANDROID APP

    How to make MX Video Player App in Android studio

    DeepikaBy DeepikaNovember 27, 2020Updated:January 19, 2022No Comments2 Mins Read

    MX Video Player App in Android studio, Best Media Player Apps for Android You Need to Try It doesn’t take long for Android users to realize that the stock gallery app is pretty incompetent. Is there an option though? Turns out there is. There are several, in fact.

    Media Player apps are among the most crucial apps an Android smartphone needs. What else will allow you to watch movies or play music? What even is the use of an Android phone if you cannot watch videos or play audio on them better than on a silly feature phone?

    Table of Contents

    Toggle
    • 1.MK Player Library
      • dependancy:
    • How to use
    • 2. Media Picker Library
    • Create an VideoPicker
    • Override onActivityResult
    • YOUTUBE VIDEO
    • MX Player App
    • READ MORE ANDROID APPS
      • Cheers!
    • READ MORE

    1.MK Player Library

    maven { url 'https://jitpack.io' }

    dependancy:

    implementation 'com.github.khizar1556.MKVideoPlayer:mkvideoplayer:0.1.5'

    How to use


    case 1: only want to play a video full screen
    just call

    MKPlayerActivity.configPlayer(activity).play(url).

    2. Media Picker Library

    implementation 'net.alhazmy13.MediaPicker:libary:2.4.4'
    <img decoding=

    Create an VideoPicker


    You will need to create a new instance of VideoPicker. Once the instance are configured, you can call build().

        new VideoPicker.Builder(MainActivity.this)
                        .mode(VideoPicker.Mode.CAMERA_AND_GALLERY)
                        .directory(VideoPicker.Directory.DEFAULT)
                        .extension(VideoPicker.Extension.MP4)
                        .enableDebuggingMode(true)
                        .build();

    Override onActivityResult


    In order to receive the path of videos, you will need to override onActivityResult .

    @Override
        protected void onActivityResult(int requestCode, int resultCode, Intent data) {
            super.onActivityResult(requestCode, resultCode, data);
    
            if (requestCode == VideoPicker.VIDEO_PICKER_REQUEST_CODE && resultCode == RESULT_OK) {
                List<String> mPaths =  data.getStringArrayListExtra(VideoPicker.EXTRA_VIDEO_PATH);
                //Your Code
            }
        }
    

    YOUTUBE VIDEO

    MX Player App


    Not a lot of apps can claim to be at par with MX Player. In some ways, MX Player is the gold standard for media player apps and hardly any apps can claim to meet it, let alone surpass it. The USP of the app is the touch-friendly interface which allows you to change the most important parameters of your video through simple touches and slides.

    READ MORE ANDROID APPS

    Wallpaper Android App- CLICK HERE

    All IN ONE Status Saver App – CLICK HERE

    Photo Video Maker Android App – CLICK HERE

    Video Downloader Android App – CLICK HERE

    College Student Portal System App – CLICK HERE

    Call Recorder Android App – CLICK HERE

    PDF App with firebase – CLICK HERE

    BarChart Graph App – CLICK HERE

    PDF Reader App with firebase – CLICK HERE

    ShareIt Clone App – CLICK HERE

    Material Design SignUp Form – CLICK HERE

    Ludo Game Android App – CLICK HERE

    Text on Photo Android App – CLICK HERE

    Fast Pro VPN APP – CLICK HERE

    3D Text Maker APP- CLICK HERE

    ShareTweetShare


    Cheers!

    READ MORE

    Share. Facebook Twitter LinkedIn WhatsApp Telegram Pinterest Reddit Email
    Previous ArticleHow to display PDF in android studio | PDF Viewer in android app
    Next Article Woolementor Pro 1.6.5 Nulled – Connecting Elementor with WooCommerce

    Related Posts

    Christmas Quote Generator app built with flutter source code

    FLUTTER APP 4 Mins Read

    A Messenger App UI using Flutter source code

    Chat App 2 Mins Read

    A Flutter Air Ticket Booking UI source code

    FLUTTER UI 2 Mins Read

    Music Player Beautiful Material Design Open Source Flutter App

    Music player app 4 Mins Read

    Leave A Reply Cancel Reply

    Recent Posts
    • Implementing a Dynamic FAQ Screen UI in Flutter Using ExpansionTile March 29, 2025
    • Creating an Instruction UI Screen in Flutter Application March 29, 2025
    • Animated Backgrounds in Flutter: A Complete Guide March 15, 2025
    • How to make Diary App using flutter stepwise using getx August 31, 2024
    • How to Create Music Player UI screen with fully functional in flutter August 30, 2024
    • How to make ListView Builder Ui in flutter with Source Code August 29, 2024
    • Create a TabBar View in flutter with fully functional stepwise August 28, 2024
    • How to create TabBar view in flutter with source code step wise August 27, 2024
    • How to make Heart rate measure app with Flutter stepwise August 26, 2024
    • How to make ChatGpt App in flutter with source code Stepwise August 25, 2024
    Facebook Twitter Instagram Pinterest YouTube
    • About
    • Contact
    • Disclaimer
    • Privacy Policy
    Copyright by DeepCrazyWorld © 2025

    Type above and press Enter to search. Press Esc to cancel.