Thank you so much for writing out the steps in the very beginning of the tutorial. I am constantly fast forwarding through so many videos because I am not sure if it's the tutorial I need, ppl just start the tutorial without showing you what the end result is in the beginning , it is hard to tell based off the titles.
@mafiacodes4 жыл бұрын
glad that u like it...
@vipuljatanna40982 жыл бұрын
i created basic chat app , i was confused how to display user profile picture after login , after that i found your video and it help me . THANK YOU SO MUCH ❤❤❤❤😁✌
@mafiacodes2 жыл бұрын
Subscribe like share
@vipuljatanna40982 жыл бұрын
@@mafiacodesyes sir ❤️
@bentameurmohammedayoub1464 Жыл бұрын
You save my day Brother thank you
@damorvipul19933 жыл бұрын
nice helped me 🎉
@yashpasari8504 жыл бұрын
Thanks a lot..... i followed the whole series and built this app..... it was very fun experience learning from you....
@mafiacodes4 жыл бұрын
Subscribe like share
@skramzankureshi55554 жыл бұрын
@@mafiacodes sir how set image url string in firbase datbase
@skramzankureshi55554 жыл бұрын
@@mafiacodes i have try but database string not initialize with image uri string hiw i inizialize this and set this url in database as a profile image url
@christianalejandroflores85013 жыл бұрын
excellent! simple, well explained and easy to understand!
@sachinbhandari4144 жыл бұрын
very awesome tutorial and finally finished it sir
@androcomunna24274 жыл бұрын
You can start advance level and project base app tutorial .. we are with you. And I got better to understand from the whole series. Thanks. Best of luck ..We are with you.
@JunaidMalik-py2po4 жыл бұрын
superb wonderful understanding of the concept and the method of explaining.
@mafiacodes4 жыл бұрын
Subscribe like share
@mohamadfitri59392 жыл бұрын
The camera does not working if i click the image. it won't open the camera. Any idea to fix it, sir?
@umniahalhalaby21103 жыл бұрын
thank you!
@lionlife18932 жыл бұрын
thank you so muchhh
@rahulpandya8053 жыл бұрын
where you have create RESULT_OK: case?
@koustavsarkar33783 жыл бұрын
Sir when I take image then save it the user profile returns to login screen? Quick help needed...
@MrBobstah4 жыл бұрын
hello @yoursTRULY for some reason when i click the profile image view, to take a picture, the camera will not open for me to take a picture, do you have any idea why i am having this problem?
@mafiacodes4 жыл бұрын
Have u specified the camera permission in manifest
@luciuspemotto12112 жыл бұрын
thank a lot :D
@mafiacodes2 жыл бұрын
Subscribe Like Share
@redpersimmon69404 жыл бұрын
Please Help.... All Works...But At Last Step When I Insert Code Inside Firebase User ..... Its Crash .....Please Help Me
@mafiacodes4 жыл бұрын
U need to share on github or tell what I causing problem
@redpersimmon69404 жыл бұрын
Done It...I Forget To Declare Firebase User
@redpersimmon69404 жыл бұрын
Thanks For Your Reply
@redpersimmon69404 жыл бұрын
And One More Question How To Choose Pic From Gallery For Upload ???
@yashpasari8504 жыл бұрын
Hi there is a problem that is when I sign in using any method then instead of showing the recycler view it again shows the login/register view and when i close the app and reopen it , it shows the recycler view.... how can i fix this?
@yashpasari8504 жыл бұрын
the mainactivity and loginregisteractivity code is same.... i can't find the bug
@mafiacodes4 жыл бұрын
share code on git so I can see...
@coffeeecatsss4 жыл бұрын
How about open gallery instead open camera sir? Could you help me please? Thanks
@negrosoriental1stDEO4 жыл бұрын
what will happen when offline..the profile will still be there.
@jayachandranathuppara39444 жыл бұрын
How we use gallery to upload profile picture in this we can take pictures only from camera
@mafiacodes4 жыл бұрын
Using intent with action pick
@jayachandranathuppara39444 жыл бұрын
@@mafiacodesWhile by using intent pick when i select image there is a app crash. thank you
@mafiacodes4 жыл бұрын
What’s the error code, most likely u need permission to access photos
@jayachandranathuppara39444 жыл бұрын
@@mafiacodes Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object android.os.Bundle.get(java.lang.String)' on a null object reference. pointing to:- Bitmap bitmap = (Bitmap) data.getExtras().get("data");
@jayachandranathuppara39444 жыл бұрын
And how can we get the profile image in a recycler view sir .
@GamingWithMicc3 жыл бұрын
After capturing the picture with my phone. It does not load it into the camera, anyone to suggest where to debug?
@mafiacodes3 жыл бұрын
Any error in logs?
@GamingWithMicc3 жыл бұрын
@@mafiacodes all node in jank list is out of time,.... Inactivity disconnecting from service.. This is the error for when I click on the imagine View, capture and upload.
@GamingWithMicc3 жыл бұрын
@@mafiacodes could it be my data base? anything I need to do to my firebase before? Cause I can store users email and passwords .. also the database to store images is not there in my firebase console
@NurulHuda-jv8xh4 жыл бұрын
do we need this dependency 'com.squareup.picasso:picasso:2.71828' ?
@mafiacodes4 жыл бұрын
Yes it’s only to load image, use either picasso or glide
@saadalamkhan94664 жыл бұрын
can you code it for taking image from the gallery instead of camera
@sachinbhandari4144 жыл бұрын
You have good knowledge, i think you should start a youtube channel sir
@mafiacodes4 жыл бұрын
your watching this on my KZbin channel dear 😊
@sachinbhandari4144 жыл бұрын
Sarcasm sir😅
@lukecross54394 жыл бұрын
how to upload google user profile image (uri - link) to storage?
@Crymacx174 жыл бұрын
I inspired from your code but it doesn't update on first image upload, always I have to upload twice, I don't know why ??
not working sir even not going to gallery tried again and again
@hirashaikh92174 жыл бұрын
can anyone help me , final String downloadUrl=task.getResult().getStorage().getDownloadUrl().toString(); final String downloadUrl=task.getResult().getDownloadUrl().toString(); these code is not working for uploading image from firebase storage to firebase database
@TheDerbeckster4 жыл бұрын
Hello, thanks for your Video its very cool, i take your code but i get an error like this: Failure delivering result ResultInfo{who=null, request=10001, result=-1, data=Intent { act=inline-data flg=0x1 (has extras) }} to activity {com.example.oesteventapp/com.example.oesteventapp.LandingAdmin}: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.ImageView.setImageBitmap(android.graphics.Bitmap)' on a null object reference What i´m doing wrong?
@mafiacodes4 жыл бұрын
At what point ur getting this error?
@TheDerbeckster4 жыл бұрын
@@mafiacodes thanks for the fast answering. I solved it. I forgot to initialize the imageview :)
@amazingshots76194 жыл бұрын
setImageBitmap is not working
@xxthebbkidxx4 жыл бұрын
is this code uploaded on github?
@mafiacodes4 жыл бұрын
Yes, the link in description
@xxthebbkidxx4 жыл бұрын
@@mafiacodes Im getting this error when trying to call the onclick function in the profile java class: java.lang.illegalstateexception: could not find method handleimageclick(view) in a parent or ancestor context for android:onclick attribute I have tried to move the onclick method in on create and still the image wont click any suggestions?
@muhammadhamzaalirajpoot57214 жыл бұрын
bro image is not retriving text is retrived but image is not
@coffeeecatsss4 жыл бұрын
And why my image size too large?
@mafiacodes4 жыл бұрын
Probably ur not using compress image as explained in the video itself.
@coffeeecatsss4 жыл бұрын
@@mafiacodes hehe, yeah i already fixed it ,thanks you, btw how we open gallery instead open camera sir?
@bryanchristopher35184 жыл бұрын
how if i want to use gallery?
@mafiacodes4 жыл бұрын
will make a video on the same
@bryanchristopher35184 жыл бұрын
Hello ,how to import "TAG"?
@redpersimmon69404 жыл бұрын
Insert public static final String TAG="TAG": At top of ur code
@thiloj4 жыл бұрын
My image gets like a blue flair over it.
@mafiacodes4 жыл бұрын
That has nothing to do with code unless ur implementing a blue flair thru code.
@thiloj4 жыл бұрын
@@mafiacodes Looks like it was the Emulator's fault. On a real device it looks fine. Thanks Also is there any way to select an Image from Storage instead of taking a new Image?
@DanistevenOOF4 жыл бұрын
Mosquito on picture ;';
@mafiacodes4 жыл бұрын
😂
@xmadevelopers52132 жыл бұрын
startActivityForResult(intent, TAKE_IMAGE_CODE); this is deprected how to fix