/ScoreGraphView

Display a Score Graph in polygon of Multi Dimension in Android

Primary LanguageJava

Presentation

This library provide a tool to display a score into a graphic.

Sample

 <ffournier.libscoregraphview.ScoreGraphView
        android:id="@+id/score_graph_view"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        app:textSizeTitle="12sp"
        app:colorLine="@android:color/black"
        app:colorTitle="@color/colorAccent"
        app:strokeWidth="1"
        app:animationEnabled="true"
        app:animationDuration="1000"/>

Screenshot

Screenshot MainActivity

alt text

Screenshot 10 dimensions

alt text

Screenshot 2 dimensions

alt text

Screenshot 1 dimensions

alt text

Screenshot 3 dimensions

alt text