Neal Sanche
Neal Sanche
I did have another idea of how to do this with one additional series that would only be drawn from about 20% to 100%, one layer above the grey dot....
I think I can actually make this happen by putting two charts into a FrameLayout and synchronizing the series to overlap correctly. Seems workable anyway.
So, I've taken your ideas and tried them. Clipping a circle using the path clipping does work, but has the exact problem you outlined. The quick workaround really doesn't work...
Did a little polishing. Unfortunately, as I polish, it makes your code somewhat uglier, but I sent a PR https://github.com/bmarrdev/android-DecoView-charting/pull/6 just to show you, and you can do something similar...
Having just hit this and followed the advice here, I'm left wondering why this is so hard. Using the `setInputText` advice leads to a few strange edge cases (user can...
Finally had a few hours to look into what has been going wrong with my implementation of forms. So far it's looking like the deferred model building was actually being...
Yes, @elihart, we have been doing async model building with Epoxy. I've been doing a series of experiments. Symptom: Sometimes keystrokes are missed, or backspaces don't clear a character due...
I'm going to spend some time making a minimal example of what we've been doing, see if I can get a reproduction case worked out so we can figure out...
So, I also broke out a minimal example of what we're currently doing inside our code. It's gotten pretty complicated, as you can see. As usual, I don't seem to...
@elihart Thanks for the info. I have to admit immediately that I don't understand most of it. Just now I spent some time trying to figure out where the TextWatcher...