Draw Path with Animation in Android

Karishma Agrawal
Geek Culture
Published in
3 min readNov 17, 2021

--

A few days back I needed to work on a graph where the path is moving from starting point to the endpoint and it got me thinking about how we can achieve that.

After searching a lot I found this library.

https://github.com/swapnil1104/CurveGraphView

How to use this library:

Step 1: Add the library in Gradle file

dependencies {
implementation 'com.github.swapnil1104:CurveGraphView:{current_lib_ver}'
}

Step 2: Define configuration

Step 3: Create a point map

--

--

Karishma Agrawal
Geek Culture

Android Developer @Eventbrite | Wanted to be a writer so I write code now | Reader