Susheel Chanda
Results
2
issues of
Susheel Chanda
I went to the sample' apps gradle build file to see how to add the dependency. It reads compile project(':customfontwidgets'). After adding this, I get a gradle build error saying...
Actually this is more of a question than an issue. I have the following code and it does not work. ``` objectAnimator = timelyView.animate(1, 9); objectAnimator.setDuration(1000); objectAnimator.setCurrentPlayTime(900); ``` What am...