In accordance with the requirement, I want to dynamically draw a curved line between two views (get the signal / server from the list in the list) in Activity. In short, the connector (curved line) must draw to connect between the two views. As the value changes (a list of element values ββand element names is obtained from the signal / server), its position is visible on the left side, the curve line should point to the same element on the right side.
Left side (From) : View represents the value of the dimension member and
Right side (To) : TextView represents the name of the element.
Please check this image for more information: 
I checked the link !!! and link2 !! in the stack overflow, but did not receive the required solution. My question is: how can I associate a list of element values ββwith a corresponding list of element names dynamically. . So, can someone help me solve this or any hints or ideas?
android canvas android-design-library
Subhalaxmi nayak
source share