How to Implement Share Button On Toolbar in Android Studio | ShareAppAndroid | Android Coding

Поділитися
Вставка
  • Опубліковано 19 вер 2024
  • Share Application Tutorial : In This Video, You Will Learn How to Share App in Android Studio..
    You can Share Your App Via Shareit,Whatsapp,Email and other Sharing Appliction.
    All Files :
    1) activity_main.xml 2) MainActivity.java
    3) menu.xml
    Table Of Content :
    0:09 - Project Creation
    0:35 - XML Code
    2:43 - Java Code
    6:38 - Output
    Presented By : Android Coding
    Download Apk Link :
    drive.google.c...
    All My App Links :
    1) QR Scanner App : bit.ly/ScannerA...
    2) Colors Code App : bit.ly/ColorsCode
    3) Age Calculator App : bit.ly/AndroidA...
    Enjoy & Stay Connected With Us!
    ► Subscribe To Android Coding : bit.ly/UA-cam-...
    ► Like Us On Facebook : bit.ly/Facebook...
    ► Follow Us On Instagram : bit.ly/Instagra...
    ► Follow Us On Twitter : bit.ly/Twitter-...
    #ShareAppAndroid #AndroidTutorial #12H1r

КОМЕНТАРІ • 84

  • @pierinopisandri
    @pierinopisandri 3 роки тому +10

    also if we change some line with
    Intent intent = new Intent(Intent.ACTION_SEND);
    String shareBody = "Here is the share content body";
    intent.setType("text/plain");
    intent.putExtra(android.content.Intent.EXTRA_SUBJECT, "Try subject");
    intent.putExtra(android.content.Intent.EXTRA_TEXT, shareBody);
    (not using file , only text, ) it work because file permission not needed.

    • @faryalalam1461
      @faryalalam1461 3 роки тому

      Thank you so much! I was stuck on this for so long and your code helped me out!!!!

    • @vasamnamitha
      @vasamnamitha 2 роки тому

      Thanks Bro, My app was Crashing before I implemented this . Thankyou very much bruh!

    • @mohammedhamdani5189
      @mohammedhamdani5189 Рік тому +1

      Thank you very much, your code really helped me a lot. App was crashing before using this code.

  • @yashhirpara1207
    @yashhirpara1207 3 роки тому +1

    Thank you so much sir. This is Amazing.....😍😍😍

  • @TCC-THECREATIVECHANNEL
    @TCC-THECREATIVECHANNEL 3 роки тому +2

    Great

  • @mahimm2026
    @mahimm2026 3 роки тому +1

    Thanks for your video

  • @im.jrmkrc
    @im.jrmkrc 3 роки тому +1

    Helpful Video..may god bless you

    • @AndroidCoding
      @AndroidCoding  3 роки тому

      Thanks a lot.

    • @im.jrmkrc
      @im.jrmkrc 3 роки тому

      @@AndroidCoding welcome....I follow your video tutorial every time

    • @im.jrmkrc
      @im.jrmkrc 3 роки тому

      can i get your facebook ID

  • @rittikdutta3675
    @rittikdutta3675 4 роки тому +1

    Thanx vai it really works

  • @Zakirhossain-sk3nz
    @Zakirhossain-sk3nz 3 роки тому +1

    Thanks a lot sir

  • @Ankitkumar-gl7jg
    @Ankitkumar-gl7jg 4 роки тому +6

    App crashes when click on share. wot working

  • @amanpahari690
    @amanpahari690 2 роки тому

    nice ved,
    so the vedio is about sharing your app's apk right!!

  • @karthikp7247
    @karthikp7247 4 роки тому +1

    its very useful thanks for for ur information

  • @manalbenchrif2961
    @manalbenchrif2961 4 роки тому +5

    when i click on share the app is stopped

    • @kdkwarteng7610
      @kdkwarteng7610 4 роки тому +2

      why did they like and not respond lol

  • @nainshykh8415
    @nainshykh8415 4 роки тому

    Thanks Man

  • @decodemonke-academy2449
    @decodemonke-academy2449 3 роки тому +1

    App crashes when click on share.Not working dear !!

  • @edaretsafha751
    @edaretsafha751 4 роки тому +1

    help me please
    How to add a share icon to an image
    Please note that I have five classes and in each class five pictures
    I would like a single share icon to add it to all existing images to be shared
    thank you very much

  • @TheNoobDhruv
    @TheNoobDhruv 2 роки тому

    share intent not work android 9,10,11 version what i do

  • @TiinkuurajYein
    @TiinkuurajYein 4 роки тому +1

    Not working in my app.

  • @hazikshah
    @hazikshah 5 років тому +1

    can you plz give me the rough idea about your java code a little explanation

    • @AndroidCoding
      @AndroidCoding  5 років тому

      Explaination of This video java coding or all video

    • @hazikshah
      @hazikshah 5 років тому

      @@AndroidCoding only java coding

  • @davilongower
    @davilongower 3 роки тому

    hi my friend, i dont know if is possible but i would like to do a share button in products, when u click the share button you share that product, no the app. and the other person click the link and go to that product that is in your app. Is that possible?? The brand Mango do it in its app.... i dont know how to do it.... any help is welcome

  • @ImARBOY
    @ImARBOY 3 роки тому

    Plz make navigation bar on another way like
    On navigation drawer
    I want to add "About Us" and when user click on "About Us" it should open some text and that text should write on html file by creating html file on android and,, it shouldn't redirect to other website so the user can read "About Us " without redirecting to the other website.
    Hope you have understand plz make video on thid🙏🙏🙏🙏🙏🙏🙏

  • @fdsdsdsdsdsdsdsdsdds
    @fdsdsdsdsdsdsdsdsdds 4 роки тому +2

    Using your code the apps doing has stopped?

    • @AndroidCoding
      @AndroidCoding  4 роки тому

      Properly Initialize xml variable in java with findviewbyid.

    • @manalbenchrif2961
      @manalbenchrif2961 4 роки тому

      @@AndroidCoding in main activity???? but mainActivity has already an xml file (homepage) !!!!!! i still have some prob please help

  • @agungbaktilaksana5071
    @agungbaktilaksana5071 5 років тому

    whether this command other people will be able to know about the application that we made

  • @muskanjain9858
    @muskanjain9858 4 роки тому

    Hello sir, i have implemented the code and it is successfully running but only on AVD, not on mobile Device. App is crashing when pressing share in mobile. Do help me in this

    • @muskanjain9858
      @muskanjain9858 4 роки тому

      Same issue with notification code as well

  • @manojbagul1927
    @manojbagul1927 4 роки тому +2

    not working .....
    west time ..........

  • @KineticProduction
    @KineticProduction 4 роки тому +2

    Apk stopped when click on share why???

    • @AndroidCoding
      @AndroidCoding  4 роки тому +2

      Try this :
      ApplicationInfo api = getApplicationContext().getApplicationInfo();
      String apkpath = api.sourceDir;
      Intent intent = new Intent(Intent.ACTION_SEND);
      intent.setType("application/vnd.android.package-archive");
      intent.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(new File(apkpath)));
      intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
      startActivity(Intent.createChooser(intent, "Share Via"));

    • @mdalfasunny9912
      @mdalfasunny9912 4 роки тому +1

      @@AndroidCoding still not working

    •  2 роки тому +1

      @@AndroidCoding still force close

    • @AndroidCoding
      @AndroidCoding  2 роки тому

      This code will work inside activity only

    • @naukriupdatestoday3854
      @naukriupdatestoday3854 2 роки тому

      Why app is crash

  • @mrcain18k
    @mrcain18k 5 років тому

    What app or software you use to create your channel icon?

  • @allenchristian3780
    @allenchristian3780 3 роки тому

    Not working.App Crashes when click on Share

  • @programmerjibon
    @programmerjibon 3 роки тому

    Why It's throwing FileUriExposedException?
    Please help bro...

  • @lahirusandaruwan6124
    @lahirusandaruwan6124 3 роки тому +1

    fking crashes app..:(

    • @AndroidCoding
      @AndroidCoding  3 роки тому

      Add this :
      intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);

  • @alberto64674yt
    @alberto64674yt 3 роки тому

    dont work followed all tutorial 100% same and like 10 or more errors ...

  • @alansoftware
    @alansoftware 3 роки тому

    Android studio da yaptığım örneklere kanalımdan erişebilirsiniz.

  • @rabiulhassan3518
    @rabiulhassan3518 3 роки тому +1

    not working

  • @hazikshah
    @hazikshah 5 років тому

    which video editing software you are using?

  • @rushikeshpotdar2000
    @rushikeshpotdar2000 4 роки тому

    stackoverflow.com/questions/42251634/android-os-fileuriexposedexception-file-jpg-exposed-beyond-app-through-clipdata if uri error occured...........welcome in advance

  • @putradewata4870
    @putradewata4870 5 років тому

    How to create share image mr?

  • @ethicmedia3870
    @ethicmedia3870 3 роки тому

    api problem

  • @smartycello7978
    @smartycello7978 4 роки тому

    Thank you so much bro.can u tell me how to reduce images size in mb in my pics app

  • @CanalPlayOriginal
    @CanalPlayOriginal 4 роки тому +1

    post source code

  • @itcompanycarresguide3957
    @itcompanycarresguide3957 4 роки тому

    share me source code

  • @polosatayakoza
    @polosatayakoza 3 роки тому

    It`s not working