thank you so much for this video . i tried this its working excellently, thanks to you I understood the coding part also your video is informative, I learnt many diff things , thanks again 😊I have already subscribed your channel,keep making such videos 😊🧿
I'm new to android studio and currently, I'm working on kotlin. I'm planning to make the same app but It's composed of different types of test and a total of 100+ questions, what should I do to lessen the work?
great video. it really works. I wish there were more videos like this. for example, create a splash screen. how to add pictures to your questions. change the app design
Hello my friend love your work, I have a little problem here, I'm still new at coding so would you help me? I don't know how to change the button design of my buttons, your button has animation and i would like to use it but i don't know how. Please help me
hello, sir. my concern is , if the user did not choose or select answer then pressed the submit button , the question will always proceed in the next question, how we prevent that?
New to android development. If I have a list of say 20 questions. How could I make my app randomize the questions that are given on each quiz. I assume we would import a random module and use random function but how would that be done?
Thank you for this tutorial, it worked fantastically. What if I need to give a value for each answer, for example I wanna make a total mark for the quiz, say 30, I wanna give question one 5 marks, question two 15 marks, and the third one 10 marks. How can I do it?
Hey umm, you showed us whole app, which is great, but you missed the part in your description which says about storing the score data. How to do this? I mean... something like a database is needed?
Mate, i have a doubt, i use u code and i change just the front, but the teacher ask to create some help button to elimante the arternatives and i dont know to put this, in this case what would that button code look like in the backend? Thx for the video, help a lot!
Hey Thanks for making such useful video.. can you please help me make 30 sec timer for each qn.. and if the user fails to click on the options then it will show the Ans after 30 sec Automatically..
Hey bro i am having a problem with the code when ever i clicked the choice button the color change into maginta and the the other button colour disappear!! Can you help me with that....
Its really helpful. But i have a humble request could you please teach us how can we use firebase realtime database to retrieve multiple tests? It will be interesting. 😊😊
Hey bro... I want to build an application of learning Platform (Stock Market) for my college project & I don't have that much knowledge, will you help me with that?
i have a question i hope you answer it the user can click submit and go to next question without choosing any answer how can i fix that please? thank you
For Tutorial i have made it simple,when user doesn't clicks the any ans it will not increase the score. But you can add some lines in if condition of submit button as: if(selectedAnswer.equals("")){ return; } if(selectedAnswer.equals(QuestionAnswer.correctAnswers[currentQuestionIndex])){ score++; } currentQuestionIndex++; loadNewQuestion(); selectedAnswer = ""; it will check for selected answer before going to next question
Online Quiz App with Firebase (New Video)🔥
th-cam.com/video/yjNAnjqm_50/w-d-xo.html
Thanks so much. I'm a total Android Studio beginner and followed every step successfully, with my own questions and answers. You made it so clear.
You are so welcome!
Fantastic tutorial! Clear and concise. Thank you for your help!
Very nice for beginners, thanks!
You're my hero 😊 thanks for this
Very good my friend, loves from Brazil, you saved me
its working!!! 😊
thank you so much🙏🏻 , this video helped me a lot
God bless you 😊✨
great explanation. no trash. just everything you need
This was so helpful and genuinely the easiest tutorial to understand. Thank you!
Glad it was helpful!
This was a great tutorial! It really helped me gain a better understanding. Thank you!
Thanks
Thanks a lot. We need more tutorials like this. Precise and clear.
Thanks
thank you so much for this video . i tried this its working excellently, thanks to you I understood the coding part also your video is informative, I learnt many diff things , thanks again 😊I have already subscribed your channel,keep making such videos 😊🧿
Thanks
This tutorial is one of the best tutorial ever. Thank you so much!
thanks a lot! Realy good and informative guide
❤️
simple for beginners, thanks a lot( I am from Viet Nam)
Thank you for this... it was easy to follow ... such a big help in our project to create a quiz app
Nice,i am beginner,i participated appthon in my clg, it is help me to understand how to create app
❤️❤️
Very good tutorial👍
Cool video mate, really useful! :)
You helped a lot! (I'm from Uzbekistan)👌👌👌👌
thanks for the tutorial it really works😀.(from the horn of Africa ethiopia)
This is a great and clear code!
Thanks
Wrong option selection py correct answer show krny kly kia coding krny pry ge?
This vdo is very useful and make a project this quiz app😊😊
But which one is used to fronted in the application please tell me sir😢
Great thank you so much for this amazing tutorials
You're very welcome!
Thank You :) With you it's fun!
Hi,
Really your teaching is amazing. As a fresher, I can easily follow you and I created my first project in Android.
Thank you 😊
Thanks
I'm new to android studio and currently, I'm working on kotlin. I'm planning to make the same app but It's composed of different types of test and a total of 100+ questions, what should I do to lessen the work?
AMAZING TUTORIAL, THANK YOU !
great video. it really works. I wish there were more videos like this. for example, create a splash screen. how to add pictures to your questions. change the app design
Videos are available in channel.
You can check out those
Bro help me. When I click on submit it does not go to the next question
if i want to do another 3 set of question. Do I need to create a different java question class for each set?
I think you can go with another array instead of class
god bless you brother for spreading the knowledge
Thank you so much you helped much more than you think and it is very easy to understand 😊
Hello my friend love your work, I have a little problem here, I'm still new at coding so would you help me? I don't know how to change the button design of my buttons, your button has animation and i would like to use it but i don't know how. Please help me
Thank you!
You helped a lot! (I'm from Russia)🥰🥰🥰
Thanks
Great tutorial
Thanks
how to open the file you sent in github?
Great its really work
Thank you for such amazing video
so helpfull tutoriel thanks you brathes
Thanks
This is great thanks to you
hello, sir. my concern is , if the user did not choose or select answer then pressed the submit button ,
the question will always proceed in the next question, how we prevent that?
did you know the solution?
Amazing.thank you!!!🙏🙏🙏
Thank you! Great work ..
Thanks
Thanks for the tutorial!
New to android development. If I have a list of say 20 questions. How could I make my app randomize the questions that are given on each quiz. I assume we would import a random module and use random function but how would that be done?
You have to give some logic for that.
Paste code to ChatGPT it will suggest you.
Thank you for your vedio
thanks it is very useful to us
The best tutorial ❤
Thanks ❤️
I build the app. But when I click on submit it does not go to the next question
Check code correctly.
You might have missed something.
@@EasyTuto1 i did't . i have checked it many times. i have copied the exact same code. please help me bro. i have messaged you on instagram plz check
Thank you for this tutorial, it worked fantastically. What if I need to give a value for each answer, for example I wanna make a total mark for the quiz, say 30, I wanna give question one 5 marks, question two 15 marks, and the third one 10 marks. How can I do it?
designing code was not running. what should i do now???
thank you bro very very much💣💣💣💣💣💣
Hey umm, you showed us whole app, which is great, but you missed the part in your description which says about storing the score data. How to do this? I mean... something like a database is needed?
sir what will be the code , if i select any option it will show the correct option in any different color
Thanks so much.
nice bro
Thanks sir❤
How to design editable question by armin only which question are not editable by student
hello sir. i have small problem , sir if i select all questions right then his output is zero out of 3
Like Failed 0 0ut of4
thanks alot 😊😊
I need the codding right and wrong colour changing in this quize codding plz prefer me as soon as possible 🙏 i need it in the last of Friday
Hello even if you dont select any answer, when the dialogue opens i get score 1, what could be the issue?
Sir plz help how can i add a different feature no matter how small is it
Mate, i have a doubt, i use u code and i change just the front, but the teacher ask to create some help button to elimante the arternatives and i dont know to put this, in this case what would that button code look like in the backend? Thx for the video, help a lot!
Hi thanks for the tutorial. I need help in addition to this.
What if I want user to create new questions and answers and then attempt it.
Hey Thanks for making such useful video..
can you please help me make 30 sec timer for each qn..
and if the user fails to click on the options then it will show the Ans after 30 sec Automatically..
Brother can you help me? When I click on Submit it does not go to the next question
Bro did you make the timer if yes plz help
Hey bro i am having a problem with the code when ever i clicked the choice button the color change into maginta and the the other button colour disappear!!
Can you help me with that....
Something you have wrongly typed in the code
@@EasyTuto1 I'll check
Bro I have check the code it all same but skill issue is not fix can you share me the code
Yeah check the video description.
GitHub link is there.
Hello bro I am getting an error of ArrayIndexOutOfBoundsException: length =9 ; index =9
I have write 10 questions in the questions answer class
Its really helpful. But i have a humble request could you please teach us how can we use firebase realtime database to retrieve multiple tests? It will be interesting. 😊😊
Sure thing! I'll show you how to use Firebase for a quiz app with multiple tests. Stay tuned!
Hello sir. May I ask if you have tutorial for shuffling the question in this video?
is there a way to randomize questions?
you can use random for that
There are many ways. You can use random and searching algorithm in order to be not duplicated
Thanks, how can we add back, forward buttons, and randomize questions?
Randomize question and answer choices?
Hello man
I'm a begginer but does the application have any SQLite with data base
Bro which version using bro
How do I add a homepage for it?
hows it going did u figure out?
@@nbasola5218 Ye
@@nbasola5218 Need help?
@@Savespong3bob yeah for sure, i'd appreciate it a ton
@@nbasola5218 you can add me, it's heheboi#1132
Thank you sir.
Plz make a file manager part 2
No usages ka problem aa raha sir plz bataye kya karu plz sir
Hey bro...
I want to build an application of learning Platform (Stock Market) for my college project & I don't have that much knowledge, will you help me with that?
Please create an app where I can store eyes number search by mobile or name
i have a question i hope you answer it
the user can click submit and go to next question without choosing any answer
how can i fix that please? thank you
For Tutorial i have made it simple,when user doesn't clicks the any ans it will not increase the score.
But you can add some lines in if condition of submit button as:
if(selectedAnswer.equals("")){
return;
}
if(selectedAnswer.equals(QuestionAnswer.correctAnswers[currentQuestionIndex])){
score++;
}
currentQuestionIndex++;
loadNewQuestion();
selectedAnswer = "";
it will check for selected answer before going to next question
thank you so much
all of the support ❤
Thx for vidéo, but how to random questions ? Thx
Is there a way to add images to each question?
very nice my friend but how to create back button?
How to set timer for each question?
From which state you are bro?
Thanks a lot
Thnx bro
Thanks
How do you make a countdown timer.
How to add extra questions????
Thanks
Color teal show nhi ho rha
is there a way how to send your result to your email?
13:22 passStatus error
Hello my friend do you create for other and get paid, because I want to have one app quiz
how to do that lambda thing?
Android studio automatically suggests but you should know the basic syntax of lambda.
I get errors, all the way🤦🏾♂️ even though i type exactly what you typed my android studio gives an error🥺
Can some one share a data flow and sequence diagram for this app
s kalaiselvan vijay