Winghin2517

Results 4 issues of Winghin2517

![200w_d](https://user-images.githubusercontent.com/7094734/34647733-92b0727a-f393-11e7-8a3d-1fa2a65c6ac2.gif) I see that when I animate a filled graph using line animator, it animates the graph from the starting point of the graph and android draws it in a...

This is the setup for my discreteSeekBar. ``` discreteSeekBarRange = (DiscreteSeekBar) findViewById(R.id.discreteseekbar_range); discreteSeekBarRange.setMin(20); discreteSeekBarRange.setMax(50); discreteSeekBarRange.setProgress(sharedPreferences.getInt(getString(R.string.range_int),20)); ``` When I navigate to the minimum value in the seekbar, it reacts correctly and...

Hello. I tried using the Robospice Spring Android sample for gradle as is and I noticed that the build.gradle file is outdated. I spent a bit of time on it...

I'm trying to display the clustergrammer widget in my jupyter notebook but it just doesn't seem to work. I took the example code off this page and ran it on...