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

  Рет қаралды 26,109

Android Coding

Android Coding

Күн бұрын

Пікірлер: 84
@Ankitkumar-gl7jg
@Ankitkumar-gl7jg 4 жыл бұрын
App crashes when click on share. wot working
@pierinopisandri
@pierinopisandri 4 жыл бұрын
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 3 жыл бұрын
Thanks Bro, My app was Crashing before I implemented this . Thankyou very much bruh!
@mohammedhamdani5189
@mohammedhamdani5189 2 жыл бұрын
Thank you very much, your code really helped me a lot. App was crashing before using this code.
@manalbenchrif2961
@manalbenchrif2961 4 жыл бұрын
when i click on share the app is stopped
@kdkwarteng7610
@kdkwarteng7610 4 жыл бұрын
why did they like and not respond lol
@decodemonke-academy2449
@decodemonke-academy2449 4 жыл бұрын
App crashes when click on share.Not working dear !!
@TheNoobDhruv
@TheNoobDhruv 2 жыл бұрын
share intent not work android 9,10,11 version what i do
@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
@TiinkuurajYein
@TiinkuurajYein 5 жыл бұрын
Not working in my app.
@KineticProduction
@KineticProduction 4 жыл бұрын
Apk stopped when click on share why???
@AndroidCoding
@AndroidCoding 4 жыл бұрын
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 жыл бұрын
@@AndroidCoding still not working
3 жыл бұрын
@@AndroidCoding still force close
@AndroidCoding
@AndroidCoding 3 жыл бұрын
This code will work inside activity only
@naukriupdatestoday3854
@naukriupdatestoday3854 3 жыл бұрын
Why app is crash
@fdsdsdsdsdsdsdsdsdds
@fdsdsdsdsdsdsdsdsdds 5 жыл бұрын
Using your code the apps doing has stopped?
@AndroidCoding
@AndroidCoding 5 жыл бұрын
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
@mobile-alchemist
@mobile-alchemist 2 жыл бұрын
nice ved, so the vedio is about sharing your app's apk right!!
@hazikshah
@hazikshah 6 жыл бұрын
can you plz give me the rough idea about your java code a little explanation
@AndroidCoding
@AndroidCoding 6 жыл бұрын
Explaination of This video java coding or all video
@hazikshah
@hazikshah 6 жыл бұрын
@@AndroidCoding only java coding
@edaretsafha751
@edaretsafha751 4 жыл бұрын
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
@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
@im.jrmkrc
@im.jrmkrc 3 жыл бұрын
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
@yashhirpara1207
@yashhirpara1207 4 жыл бұрын
Thank you so much sir. This is Amazing.....😍😍😍
@AndroidCoding
@AndroidCoding 4 жыл бұрын
Welcome
@briankiplangat234
@briankiplangat234 4 жыл бұрын
Kindly share your source code please if it has worked for you
@programmerjibon
@programmerjibon 3 жыл бұрын
Why It's throwing FileUriExposedException? Please help bro...
@amanagarwal2554
@amanagarwal2554 3 жыл бұрын
Same with me
@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
@hazikshah
@hazikshah 6 жыл бұрын
which video editing software you are using?
@AndroidCoding
@AndroidCoding 6 жыл бұрын
Filmora S/W
@hazikshah
@hazikshah 6 жыл бұрын
@@AndroidCoding and how you crate thumbnail?
@AndroidCoding
@AndroidCoding 6 жыл бұрын
Using Photoshop
@rittikdutta3675
@rittikdutta3675 4 жыл бұрын
Thanx vai it really works
@AndroidCoding
@AndroidCoding 4 жыл бұрын
Welcome
@mahimm2026
@mahimm2026 3 жыл бұрын
Thanks for your video
@AndroidCoding
@AndroidCoding 3 жыл бұрын
Welcome
@putradewata4870
@putradewata4870 5 жыл бұрын
How to create share image mr?
@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🙏🙏🙏🙏🙏🙏🙏
@manojbagul1927
@manojbagul1927 4 жыл бұрын
not working ..... west time ..........
@polosatayakoza
@polosatayakoza 4 жыл бұрын
It`s not working
@Zakirhossain-sk3nz
@Zakirhossain-sk3nz 4 жыл бұрын
Thanks a lot sir
@AndroidCoding
@AndroidCoding 4 жыл бұрын
Welcome
@TCC-THECREATIVECHANNEL
@TCC-THECREATIVECHANNEL 3 жыл бұрын
Great
@AndroidCoding
@AndroidCoding 3 жыл бұрын
Thanks
@TCC-THECREATIVECHANNEL
@TCC-THECREATIVECHANNEL 3 жыл бұрын
Thank you for a ❤️
@TCC-THECREATIVECHANNEL
@TCC-THECREATIVECHANNEL 3 жыл бұрын
@@AndroidCoding Welcome
@karthikp7247
@karthikp7247 4 жыл бұрын
its very useful thanks for for ur information
@AndroidCoding
@AndroidCoding 4 жыл бұрын
Welcome
@lahirusandaruwan6124
@lahirusandaruwan6124 3 жыл бұрын
fking crashes app..:(
@AndroidCoding
@AndroidCoding 3 жыл бұрын
Add this : intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
@ethicmedia3870
@ethicmedia3870 4 жыл бұрын
api problem
@alberto64674yt
@alberto64674yt 3 жыл бұрын
dont work followed all tutorial 100% same and like 10 or more errors ...
@nainshykh8415
@nainshykh8415 4 жыл бұрын
Thanks Man
@AndroidCoding
@AndroidCoding 4 жыл бұрын
Welcome
@itcompanycarresguide3957
@itcompanycarresguide3957 4 жыл бұрын
share me source code
@CanalPlayOriginal
@CanalPlayOriginal 4 жыл бұрын
post source code
@AndroidCoding
@AndroidCoding 4 жыл бұрын
Video is a source code.
@wtspstats
@wtspstats 4 жыл бұрын
@@AndroidCoding bhaigan'
@smartycello7978
@smartycello7978 4 жыл бұрын
Thank you so much bro.can u tell me how to reduce images size in mb in my pics app
@alansoftware
@alansoftware 3 жыл бұрын
Android studio da yaptığım örneklere kanalımdan erişebilirsiniz.
@rushikeshpotdar2000
@rushikeshpotdar2000 4 жыл бұрын
stackoverflow.com/questions/42251634/android-os-fileuriexposedexception-file-jpg-exposed-beyond-app-through-clipdata if uri error occured...........welcome in advance
@rabiulhassan3518
@rabiulhassan3518 3 жыл бұрын
not working
@AndroidCoding
@AndroidCoding 3 жыл бұрын
Add this line : intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
@naukriupdatestoday3854
@naukriupdatestoday3854 3 жыл бұрын
@@AndroidCoding not work
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
Share Data with Other Applications - Android Studio Tutorial
4:31
Android Studio Tutorial - How to Add Share Button in Toolbar
13:51
Android Studio Social Media App, part-3 - Display User Profile.
19:15
Android Coding with Harsha
Рет қаралды 74