Draw a Cubic Bézier Curve on Android
In Android development, Canvas
can be used to draw custom views. If you would like to draw a smooth curve, you can use the bézier curve logic. Here is a simple example that displays how to draw a cubic bézier curve on Android.