Android Gauge View Example Code
Baca Juga
Android Gauge View Example Code
We have test 3 example source code.
1.GaugeView
2.CustomGauge
3.SC-widgets
GaugeView
An Android library for drawing gauges on Canvas.
https://github.com/CodeAndMagic/GaugeViewCustomGauge
Simple gauge view https://github.com/pkleczko/CustomGauge
update some code in build.gradle
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
// NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }
}
SC-widgets
This is a library of widgets.
The 2.x version change completely the way to draw using the ScDrawer as base for create the ScGauge and all classes inherited from it. This using a path to follow and applying some features to draw extra on the path. This way to think leaves a lot of freedom to the users to create particular components limited only by his imagination.
https://github.com/Paroca72/sc-widgetsThe 2.x version change completely the way to draw using the ScDrawer as base for create the ScGauge and all classes inherited from it. This using a path to follow and applying some features to draw extra on the path. This way to think leaves a lot of freedom to the users to create particular components limited only by his imagination.
My Website
email : info@softpowergroup.net Tel .081-6452400
0 Response to "Android Gauge View Example Code"
Post a Comment