Pablo Fuster

Results 6 comments of Pablo Fuster

If I'm not mistaken, you can create a synchronous request, so you can wrap it in a coroutine scope. `CoroutineScope(Dispatcher.Main).launch { synchronousRequest() }`

Hello guger, I think this is a great feature, thanks for the ticket. The library should definitely have animations on draw. Just to add more examples to include I have...

Awesome charts! I am not surprised if there is some issues with the smooth lines 🤕, especially with the fill. I'll raise two bugs for smoothing lines returning incorrect data...

@EdwardvanRaak You are right the `drawSmoothPath()` feature creates a new Path and it reads data points from the new path. Will have to figure out a way to maintain fidelity...

Has this been implemented? I am personally using similar helpers and they're just what Anko commons should have. My extension functions, which are as concise as `image_view.show()`: ```kotlin // shows...

Hello, it has not! I have left this library a little bit forgotten since my job got very busy. You are welcome to try it out if you want. I...