Android: how to connect two kinds with a connecting line (curved line) dynamically?

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: required

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?

+7
android canvas android-design-library
source share

No one has answered this question yet.

See similar questions:

6
Create a curved line shape L with dynamic data
0
draw an arrow between two lists

or similar:

3295
Why is the Android emulator so slow? How can we speed up Android emulator development?
2510
How to keep Android activity state by saving instance state?
1270
How to transfer data between actions in an Android application?
1188
How to get the build / version number of your Android app?
1002
How to display warning dialog on Android?
960
How to rotate the Android emulator screen?
890
How to check if the service is running on Android?
843
How can I connect to Android with ADB via TCP?
831
How to control startActivityForResult on Android?
815
Android "Only the original thread that created the view hierarchy can touch its views."