You are truly one of the greatest teachers that I have found for Android! Thank you so much!
@bloodhero59586 жыл бұрын
I'm excited again for the next part damn!! Everyday I check for your new uploads. You're so good thanks!
@ProfessorDK6 жыл бұрын
Glad you liked it, will be out soon :)
@bloodhero59586 жыл бұрын
When will be your next upload im so excited!
@deepu2476 жыл бұрын
Thank you sir.. please go on with these episodes .. hoping to learn a lot from your series
@benkorobase6 жыл бұрын
Cool and understandable videos, thanks for creating them Greatings from Hungary ;)
@zulkarnainfaizan6516 жыл бұрын
thank you sir DK.....you are creating best videos on android studio so far i think.....
@engineerdaa85496 жыл бұрын
You are a stud literally... KEEP UP THE GOOD WORK!!!
@feeqqaa6 жыл бұрын
So thankful for all these guides Sir! Thank you so much for all your hardwork and dedication!!
@whacker43216 жыл бұрын
hey there proff, wondering can you show how to use recycler view in order to implement a search function from the data base?
@ProfessorDK6 жыл бұрын
Will be covered in coming videos :)
@thirunayandinesh86466 жыл бұрын
Sir , eagerly waiting for you next video, make it as soon as possible
@khaledbougdour41396 жыл бұрын
Great video , I hope that you will a video for " Storing files like images and show them in Recycler View "
@ProfessorDK6 жыл бұрын
Glad you liked it. Yes definitely that's a good suggestion :)
@satoshi98296 жыл бұрын
Hi Professor DK Why my ViewImage in RegistrationActivity is not getting the data of the Image in the storage? I followed your Codes but not working please help but in the UpdateProfileActivity the ViewImage is working please help me in the RegistrationActivity
@zubairahmed50846 жыл бұрын
Great video as always!!
@rhythemgoyal53934 жыл бұрын
on clicking a image view in Registration page it is taking me to Gallery but it is not selecting a image Plz tell me the solution i have also copy the code from github it still not working
@abulmozid93926 жыл бұрын
Hello Sir, Can you please help me like I want to make a android button that will user click 5 or 10 time then button will disabled for 1 day or 12 hours. And also make a points or coins convert app with your tutorial.
@babytarot186 жыл бұрын
Hello prof. DK(dheeraj) can you please please make a video on voting app n displaying results of the winner by calculating,even little idea or logical part will di wonders for me ... THANK YOU.also ur videos are terrific n proved to be helpful always
@ProfessorDK6 жыл бұрын
I won't be doing particular applications, I'm only aiming at generic applications. However you can do your app by using radio buttons to display the contestants and a submit button. Once the user clicks submit increase the counter for that particular candidate. Once the time duration is done, just check whose count is more and declare the winner :)
@babytarot186 жыл бұрын
Professor DK ok sir ..I will try this idea ... Kudos
@muhammadzaheersajid93966 жыл бұрын
Bro! i have receive that error when i use fire base application run good and perform all functions but have same error please help me to solve that error tell me how to solve it... Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. It will be removed at the end of 2018. For more information see: d.android.com/r/tools/update-dependency-configurations.html ............................. in dependency give error also there implementation 'com.android.support:appcompat-v7:27.1.1'
@SportSHorts736 жыл бұрын
Can you please make an video on Chat server?
@manjunathmulimani69263 жыл бұрын
After the password reset the updated password does not save in database. please help
@ramachandranbaskar7994 жыл бұрын
hello sir its work for open gallery then select particular image but its does set on imageview sir any idea sir??
@dineshkumars14313 жыл бұрын
replace the "intent.setType =("image\*")" ; from " intent.setType =("images\*")" ; I knew it was late....but I think it may help u!!
@topmost29526 жыл бұрын
Thank you so much sir .Your videos are very useful!!
@topmost29526 жыл бұрын
Sir I have problem in login....only some mobile supports login...rest all mobiles says login failed even the crct email I'd and password was entered....
@sandhyaranibhanuse69774 жыл бұрын
how to store guardian phone numbers of users in firebase for women safety app.please help
@vivekraikwar16026 жыл бұрын
Sir plz make a video that how we can retrieve image that we have uploaded
@ProfessorDK6 жыл бұрын
Yes, will be out by end of April hopefully. Exam time :(
@findme56605 жыл бұрын
Hope you see my comment "I try to follow the same you coded but in the final when I run the app and click on imageview as profilepic it show filtered images so I can't pick any image" How can I solve it. BTW,thank you for your tutorial.
@karthikbalasankar49464 жыл бұрын
Did you solve this? If yes, how?
@dineshkumars14313 жыл бұрын
@@karthikbalasankar4946 replace the "intent.setType =("image\*")" ; from " intent.setType =("images\*")" ;
@rakshithg73376 жыл бұрын
Sir, when I click on NEW-USER Register It says app stopped and closed And my request please do a video on finding an error through log cat and find how to get it solved , And even commonly crashing error It will be very helpful for beginners like us
@beanvfx68055 жыл бұрын
what is setupUIView..it is throwing me error
@rajankaul9836 жыл бұрын
Hello...Proff. DK...I have a problem....The code is working perfectly in the android emulator but when I build an apk and run it in my mobile the image is not displayed in case i choose one from my gallery but if I choose the same image from cloud like google drive etc, it works perfectly. So, what I am thinking is that this app does not have permission to access media in my phone so I tried adding this "" in my manifest file....but it still does not work...can you please help me out? P.S - I have watched a lot of android development videos before but never found a good teacher like you here. well done and keep it up..
@ProfessorDK6 жыл бұрын
Watch the next episode, I talk about this not working on some phones. Do the changes I do and then try :)
@rajankaul9836 жыл бұрын
Thanks a lot man...cheers
@srrcseapplication19766 жыл бұрын
bro profile pic is not changing when i try to insert it in the registeration activity
@entertainmentcumstudies68065 жыл бұрын
S bro
@Farhaan-td3dk4 жыл бұрын
@@entertainmentcumstudies6806 you must have done something wrong
@jimmytrivedi6 жыл бұрын
In Register, photo is not uploading, when I choose any image, it is not showing, and because of that, when I click register, it says "Please enter all the details" I think there must be a size problem, but how can I do that?
@saranshagarwal25006 жыл бұрын
Bro Same Here 😞 Did You Find Any Solution.
@jimmytrivedi6 жыл бұрын
Nope. I tried all images. I don't think that it is size problem.
@saranshagarwal25006 жыл бұрын
Ya Bro. Its Something Else. I think mistake of an ID. Or something else
@jimmytrivedi6 жыл бұрын
But there is no other error of this. BTW, If you want to make any good project like WhatsApp chat App, I found one good series on that. I almost completed 23 part of that. It is good in explanation as well. Link: kzbin.info/www/bejne/eaiThKClp9SshMk And if you have any suggestion like I found video series for only Java and android than refer me too.
@amarbankar46726 жыл бұрын
Hello prof. DK(dheeraj) can you tell me that is it possible to change uid which is shown on firebase i.e. It is possible to keep in simple way like 1,2,3........instead of "YjaYJGspmNT74BEZh2RhP4gyVKy2"
@ProfessorDK6 жыл бұрын
The reason we use UUID to differentiate between the users. Keeping the users like 1, 2 and 3 etc. will be harder when you need to reference them back. You won't know which user ID belongs to which user. However I would like to add that it is possible to do so, but it is slightly complicated and it involves the use of hash maps and hash functions :)
@mr.bigmama53246 жыл бұрын
Sir, Could you do these tutorials in MySQL and PHP?
@ProfessorDK6 жыл бұрын
Once the firebase series is done. I will be covering mySql. So watch out for that :)
@snehithavemireddy75146 жыл бұрын
Hello Sir,Can u make a video how to link andriod studio with webpage.
@ProfessorDK6 жыл бұрын
Okay will cover webview soon :)
@maksene556 жыл бұрын
Hello, Thank you very much for this tutorial. you really explain very well. Parcontre I really have a problem, my application has stopped working ... the problem comes from the line of the code: userProfilePic.setOnClickListener (new View.OnClickListener () { @Override public void onClick (View view) { Intent intent = new Intent (); intent.setType ( "images / *"); intent.setAction (Intent.ACTION_GET_CONTENT); startActivityForResult (Intent.createChooser (intent, "Select Image"), PICK_IMAGE); } }); But I can not solve the problem. Please tell me if I have written the code incorrectly. I made a copy paste your code but it still does not work !! LOGCAT: Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.ImageView.setOnClickListener(android.view.View$OnClickListener)' on a null object reference at fr.mikene.takerboust.MainActivityRegister.onCreate(MainActivityRegister.java:76)
@bloodhero59586 жыл бұрын
When will you upload part 11 thanks
@chaudharysudip6 жыл бұрын
my firebase storage is not connecting showing this error :- Could not parse the Android Application Module's Gradle config. Resolve gradle build issues and/or resync.
@ProfessorDK6 жыл бұрын
You have some error in your gradle build. Check your grade file if you have added dependencies correctly :)
@chaudharysudip6 жыл бұрын
i have shot out this problem. now new problem has been showing. whenever i register new user, photo is not being uploaded. i have also compared with this code from github
@aboodfal47806 жыл бұрын
Is there any way to get the source code for this series.
@ProfessorDK6 жыл бұрын
It is provided in the description :)
@bhavikmaradiya20835 жыл бұрын
App is stopping after chose image please help
@bishri883 жыл бұрын
how to pass image data to another activity?
@hemantsah85676 жыл бұрын
You told that you'll upload time table app this Sunday
@ProfessorDK6 жыл бұрын
Yes it will be out by Wednesday. Im almost done editing it. Sorry for the delay :)
@hiteshjoshi78266 жыл бұрын
App crashes when I build my apk file. It shows the message - Unfortunately app has stopped working. Help me!!!
@ProfessorDK6 жыл бұрын
Please post your logcat error
@piyushkashyap98376 жыл бұрын
When is the next video coming?
@ProfessorDK6 жыл бұрын
No videos this week due to my exams. Next video on 31st March! :)
@Mustak12175 жыл бұрын
you are great yarr
@consigliere77036 жыл бұрын
Waiting for the new video, sir!
@ProfessorDK6 жыл бұрын
Yes, will be out by end of April hopefully. Exam time :(
@consigliere77036 жыл бұрын
the app works perfectly on emulator but when testing on a real phone I have a problem. When I try to register a new user, I get an error when I try to select the profile picture. Do you know why would that happen ?
@gopim61246 жыл бұрын
Please upload next video sir!
@rockquelgajilomo10426 жыл бұрын
private FirebaseStorage firebaseStorage; FirebaseStorage turn red it means error how can i solve it Professor DK? thanks
@ProfessorDK6 жыл бұрын
Have u added the dependencies in the gradle build?
@rockquelgajilomo10426 жыл бұрын
yes sir i already debug this problem thanks to the slack group you made someone teach me there on how to solve this problem. thank you also ^^
@muhammadjamshaidiqbal60016 жыл бұрын
voice problems
@flykane6 жыл бұрын
Sir how about Retrieving Images/documents/files from database? btw thank for ur video!
@ProfessorDK6 жыл бұрын
Will be covered in the next video :)
@samnguyen15006 жыл бұрын
Hello, when will the next video be uploaded? thank you for all your help!
@ziigzaag24464 жыл бұрын
yourreee my herrrooooo
@abiramanak6 жыл бұрын
waiting for your new video sir ?
@ProfessorDK6 жыл бұрын
Yes, will be out by end of April hopefully. Exam time :(
@CuulG6 жыл бұрын
8:24 aw thats cute i get it
@alexxx001xxx6 жыл бұрын
Sir, pls upload the next step where I can see and change the Profile Picture from user info. Thank you Sir, you are doing a great work!
@alexxx001xxx6 жыл бұрын
and good luck with your exams!
@ProfessorDK6 жыл бұрын
Thanks for understanding. Surely will be out next week :)