Macarse
Macarse
@senneco Nice. Did you push a branch?
@greenrobot-team ping?
@tettaji do you mind squashing commits in this PR so it's easier to cherry-pick?
hehe I ended up forking and use my own version by cherry-picking what I need.
My app tracks how the user zooms the image. My Activity holding the `ImageViewTouch` has something like: ``` @Override public void onDoubleTap() { logger.logUserInteraction("", Constants.TrackingValues.TAP_TO_ZOOM); } @Override public void onScale()...
I was about to send the event but I think it would confuse the library user
@Eh2406 any update?
@cowtowncoder afterburner + databind doesn't work on Android?
@cowtowncoder I am interested in Android. I was checking another library called LoganSquare: https://github.com/bluelinelabs/LoganSquare There is an issue open mentioning that LoganSquare is not AS fast as it was before:...
@cowtowncoder oh interesting. How do you usually figure out what's wrong? The code is serializing with: ``` String ret = JSON.std.asString(response); ``` Logs show that the String output is:`{}` and...