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.
@faryalalam14613 жыл бұрын
Thank you so much! I was stuck on this for so long and your code helped me out!!!!
@vasamnamitha3 жыл бұрын
Thanks Bro, My app was Crashing before I implemented this . Thankyou very much bruh!
@mohammedhamdani51892 жыл бұрын
Thank you very much, your code really helped me a lot. App was crashing before using this code.
@manalbenchrif29614 жыл бұрын
when i click on share the app is stopped
@kdkwarteng76104 жыл бұрын
why did they like and not respond lol
@decodemonke-academy24494 жыл бұрын
App crashes when click on share.Not working dear !!
@TheNoobDhruv2 жыл бұрын
share intent not work android 9,10,11 version what i do
@davilongower3 жыл бұрын
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
@TiinkuurajYein5 жыл бұрын
Not working in my app.
@KineticProduction4 жыл бұрын
Apk stopped when click on share why???
@AndroidCoding4 жыл бұрын
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"));
@mdalfasunny99124 жыл бұрын
@@AndroidCoding still not working
3 жыл бұрын
@@AndroidCoding still force close
@AndroidCoding3 жыл бұрын
This code will work inside activity only
@naukriupdatestoday38543 жыл бұрын
Why app is crash
@fdsdsdsdsdsdsdsdsdds5 жыл бұрын
Using your code the apps doing has stopped?
@AndroidCoding5 жыл бұрын
Properly Initialize xml variable in java with findviewbyid.
@manalbenchrif29614 жыл бұрын
@@AndroidCoding in main activity???? but mainActivity has already an xml file (homepage) !!!!!! i still have some prob please help
@agungbaktilaksana50715 жыл бұрын
whether this command other people will be able to know about the application that we made
@mobile-alchemist2 жыл бұрын
nice ved, so the vedio is about sharing your app's apk right!!
@hazikshah6 жыл бұрын
can you plz give me the rough idea about your java code a little explanation
@AndroidCoding6 жыл бұрын
Explaination of This video java coding or all video
@hazikshah6 жыл бұрын
@@AndroidCoding only java coding
@edaretsafha7514 жыл бұрын
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
@muskanjain98584 жыл бұрын
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
@muskanjain98584 жыл бұрын
Same issue with notification code as well
@im.jrmkrc3 жыл бұрын
Helpful Video..may god bless you
@AndroidCoding3 жыл бұрын
Thanks a lot.
@im.jrmkrc3 жыл бұрын
@@AndroidCoding welcome....I follow your video tutorial every time
@im.jrmkrc3 жыл бұрын
can i get your facebook ID
@yashhirpara12074 жыл бұрын
Thank you so much sir. This is Amazing.....😍😍😍
@AndroidCoding4 жыл бұрын
Welcome
@briankiplangat2344 жыл бұрын
Kindly share your source code please if it has worked for you
@programmerjibon3 жыл бұрын
Why It's throwing FileUriExposedException? Please help bro...
@amanagarwal25543 жыл бұрын
Same with me
@mrcain18k5 жыл бұрын
What app or software you use to create your channel icon?
@allenchristian37803 жыл бұрын
Not working.App Crashes when click on Share
@hazikshah6 жыл бұрын
which video editing software you are using?
@AndroidCoding6 жыл бұрын
Filmora S/W
@hazikshah6 жыл бұрын
@@AndroidCoding and how you crate thumbnail?
@AndroidCoding6 жыл бұрын
Using Photoshop
@rittikdutta36754 жыл бұрын
Thanx vai it really works
@AndroidCoding4 жыл бұрын
Welcome
@mahimm20263 жыл бұрын
Thanks for your video
@AndroidCoding3 жыл бұрын
Welcome
@putradewata48705 жыл бұрын
How to create share image mr?
@ImARBOY3 жыл бұрын
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🙏🙏🙏🙏🙏🙏🙏
@manojbagul19274 жыл бұрын
not working ..... west time ..........
@polosatayakoza4 жыл бұрын
It`s not working
@Zakirhossain-sk3nz4 жыл бұрын
Thanks a lot sir
@AndroidCoding4 жыл бұрын
Welcome
@TCC-THECREATIVECHANNEL3 жыл бұрын
Great
@AndroidCoding3 жыл бұрын
Thanks
@TCC-THECREATIVECHANNEL3 жыл бұрын
Thank you for a ❤️
@TCC-THECREATIVECHANNEL3 жыл бұрын
@@AndroidCoding Welcome
@karthikp72474 жыл бұрын
its very useful thanks for for ur information
@AndroidCoding4 жыл бұрын
Welcome
@lahirusandaruwan61243 жыл бұрын
fking crashes app..:(
@AndroidCoding3 жыл бұрын
Add this : intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
@ethicmedia38704 жыл бұрын
api problem
@alberto64674yt3 жыл бұрын
dont work followed all tutorial 100% same and like 10 or more errors ...
@nainshykh84154 жыл бұрын
Thanks Man
@AndroidCoding4 жыл бұрын
Welcome
@itcompanycarresguide39574 жыл бұрын
share me source code
@CanalPlayOriginal4 жыл бұрын
post source code
@AndroidCoding4 жыл бұрын
Video is a source code.
@wtspstats4 жыл бұрын
@@AndroidCoding bhaigan'
@smartycello79784 жыл бұрын
Thank you so much bro.can u tell me how to reduce images size in mb in my pics app
@alansoftware3 жыл бұрын
Android studio da yaptığım örneklere kanalımdan erişebilirsiniz.
@rushikeshpotdar20004 жыл бұрын
stackoverflow.com/questions/42251634/android-os-fileuriexposedexception-file-jpg-exposed-beyond-app-through-clipdata if uri error occured...........welcome in advance
@rabiulhassan35183 жыл бұрын
not working
@AndroidCoding3 жыл бұрын
Add this line : intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);