A
Android Central Question
I am currently build an app about rating survey so basically i have a several question with rating from Strongly Agree to Strongly Disagree.
For Example:
Service Performance
1. Do you satisfy with the service
Strongly Agree (5)
Agree (4)
Not Sure (3)
Disagree (2)
Strongly Disagree (1)
So if the user choose Strongly Agree it will return value like 5 so that i can plot the value 5 into the radar chart
But i dont know how to plot this value inside radar chart using android realtime database, i mean like how can i retrieve the data from database and produce a radar chart? do you have any solution for my problem or probably i can get some codes which i can refer to, i need it urgently to finish my project. Thanks
For Example:
Service Performance
1. Do you satisfy with the service
Strongly Agree (5)
Agree (4)
Not Sure (3)
Disagree (2)
Strongly Disagree (1)
So if the user choose Strongly Agree it will return value like 5 so that i can plot the value 5 into the radar chart
But i dont know how to plot this value inside radar chart using android realtime database, i mean like how can i retrieve the data from database and produce a radar chart? do you have any solution for my problem or probably i can get some codes which i can refer to, i need it urgently to finish my project. Thanks