If you are uploading the image to a server you will get a url and after that you can use that url to to load image. Use picasso or glide etc to load image. I am going to publish a video on it soon. ❤️
I like your video very much, I have a request to you, how can I show the app again by uploading the image to the server. Please share one such video. I have a project I'm working on so far I can't do the rest🙏🙏
You just made my day, I was facing an error converting Bitmap to String because I was using java.utils instead of android.utils, thankyou so much😊, I just subscribed and liked
Thanks, it works. Why the upload image get bigger size (MB) than the original image from gallery? For the example, 2.66MB original image, then in the uploaded folder, it becomes 9.345MB.
@@CodesEasy the quality when compress the bitmap, isnt it? I've changed it. From 100 to 10. And it didn't works. The size in uploaded folder still same, 9.345MB. I use some repository implements such as imagePicker and using maxSize. it results bad image on 512x512kB from 3520x3520kb original size. Or because I choose png as the result? Is there a chance to compress image from android app side? Because it will send big data and consumes long sending time when I choose to compress it at the php side, in the purpose to make the reliable compressed image quality.
Check this solution in the link. Haven't check this in detail Check if this function and see it works. stackoverflow.com/a/23081997 You simply try google shrink image size on android and you will get results
Thank you very much for this extremely instructive video. Very clear and consistent. Abdelaziz from Casablanca Morocco. I have integrated Codes Easy WhatsApp group.
In the end you can see i show how to show it in web. Like that you just have to make a json response api. Watch this video to know how to do that. th-cam.com/video/TGBjemlj2MM/w-d-xo.html Check the read operation part.
sorry my english is not good,so I am writing this question using a translator. If use the volley kit and php, is it possible to reverse upload images from mysql to the app?
You can either store the data in shared preferences or you can retrieve the data again from the database, like in am showing in the video at the end. Return the image data only and display it in android
You mean move or copy a photo within the same device? This video is not for that. It's totally different. Google it or join our groups, discord etc and ask there
Feel free to ask all your doubts here
We will respond to all your comments
@@CodesEasy how to load image from db in app after upload? use glide liblary?
If you are uploading the image to a server you will get a url and after that you can use that url to to load image. Use picasso or glide etc to load image. I am going to publish a video on it soon. ❤️
@@CodesEasy Thanks
I like your video very much, I have a request to you, how can I show the app again by uploading the image to the server. Please share one such video. I have a project I'm working on so far I can't do the rest🙏🙏
i try it to 3 to 4 days and i see your video. just thanks. i cant explain how much thanks i wnat to say but i want to thank you
Glad it helped
You just made my day, I was facing an error converting Bitmap to String because I was using java.utils instead of android.utils, thankyou so much😊, I just subscribed and liked
Happy that the video was helpful for you ❤️
Thanks, it works. Why the upload image get bigger size (MB) than the original image from gallery? For the example, 2.66MB original image, then in the uploaded folder, it becomes 9.345MB.
You can change the compression value there in java part
@@CodesEasy the quality when compress the bitmap, isnt it? I've changed it. From 100 to 10. And it didn't works. The size in uploaded folder still same, 9.345MB. I use some repository implements such as imagePicker and using maxSize. it results bad image on 512x512kB from 3520x3520kb original size. Or because I choose png as the result? Is there a chance to compress image from android app side? Because it will send big data and consumes long sending time when I choose to compress it at the php side, in the purpose to make the reliable compressed image quality.
Check this solution in the link. Haven't check this in detail
Check if this function and see it works. stackoverflow.com/a/23081997
You simply try google shrink image size on android and you will get results
Does this apply to uploading files also?
if not, may you please suggest a website or tutorial vid that can help in java
Thank you for an amazing video. Just one question ,if I will use BLOB data type instead of text in 'path' field, will it work?
Here we are storing it as string.
Thank you very much for this extremely instructive video. Very clear and consistent. Abdelaziz from Casablanca Morocco. I have integrated Codes Easy WhatsApp group.
Glad it was helpful!
this helped me a lot, Thanks.
can you do how to read image from mysql to android studio??
In the end you can see i show how to show it in web. Like that you just have to make a json response api. Watch this video to know how to do that. th-cam.com/video/TGBjemlj2MM/w-d-xo.html
Check the read operation part.
@@CodesEasy sorry i have tried but still error to fetch image from mysql. it works for retrieving text but not for images
sorry my english is not good,so I am writing this question using a translator.
If use the volley kit and php, is it possible to reverse upload images from mysql to the app?
You want to read or download the image from the database to android, yes it's possible
thanks a lot for your Code , and really nice support Team ,, really thanks a lot
Happy that you liked it
Hello, please make an tutorial on sms notification with interval time in android studio
sure 👍
@@CodesEasy thanks😊
nice content bro
Thanks for the visit
we can create an app in android studio using html and css. How to create a button in the webpage that will act as a photo upload in android studio?
If you ask you can definitely do some work around for this but it's not recommended. Just use a webview or use android views.
sensacional
do this work for android 10 or targetSdk 33 ?
Yes
thank you so much, i've download your code. And now, i need rotate and crop before upload.
halo, how to get the image back using shared preferences?
You can either store the data in shared preferences or you can retrieve the data again from the database, like in am showing in the video at the end. Return the image data only and display it in android
Is it possible to store ssms using volley
Volley is an http library
How to upload photo into another folder in phone ?
You mean move or copy a photo within the same device?
This video is not for that. It's totally different. Google it or join our groups, discord etc and ask there
❤
👍
How to make circle image ??
For profile photo
add imageview inside cardview and add radios for cardview
@@CodesEasy thankyouuu,
will it work for android sdk 33?
Yes
In the video we are using SDK version 33 itself
All the steps are done right but the image uploaded becomes a file of under 2kb and not supported format
Then you might be doing something wrong
Why the premieres? ****
It will send you notification 30 mins before it starts.
@@CodesEasy It's too much boring
Not really it's useful is some ways, but sure we will consider publishing it directly also. 👍
Why my uploaded image is getting crupted
There will be something wrong with your code.