Ray Li

Results 145 comments of Ray Li

Any update on this PR?

Any updates on this PR?

I forked this library and maintain it on my own branch. Critical differences is it's written in Java, keeps the old v3.0 UI which I think looks better, Glide is...

Build error in JitPack is causing this issue. Try importing this instead: `compile 'com.github.mychoices:Jgraph:master'`

Is it possible to fix this issue? The fix is very simple, literally 1 line and it is keeping a lot of people from using this project.

You don't have the appropriate plugins installed. Please use the following gradle code that works. ``` apply plugin: 'com.android.library' version = "0.0.5" ext { bintrayRepo = 'maven' bintrayName = 'ParticleTextView'...

Most of the code in the Gradle file is for uploading the library to Maven. The author needs that code as part of the library. What version of Build tools...

Try 25.0.2 to see if that works. Also, make sure to change the build tools and SDK version in the sample app folder as well. If all else fails, try...

@Yasic Great library, thanks for the merge! There's still work to be done however. If the code looks good and passes your tests, it will need to be copied over...

> @Yasic I've cloned the project . > Now it works, but the "Sureface View Demo" is quite slow, espeically when trying to exit it. The improvements made to the...