I want to have a simple gauge view where i will define the start value and the end value and have a pointer to show given variable value.
Use this : Sample Project
It can easily be added to your Gradle project:
repositories { maven { url 'https://www.jitpack.io' } } dependencies { implementation 'com.jignesh13.speedometer:speedometer:1.0.0' }
The views are declared in XML: