How can i create dynamic rhythm graph in android -


I have to create a dynamic graph in Android .... The picture is given below ..

Please guide me .....

What do you want canvas element . Check the documentation, not too complicated to use.

You can take different ways depending on how you want to refresh your data, but I recommend you have a canvas element that displays new values If you are ready to refresh, then call it the appropriate method to refresh it.

Cheers!


Comments