ZechDz
Results
2
issues of
ZechDz
I keep seeing people do this in their clean architecture examples. They put the mapper in the entity layer, pointing to a domain object. Doesn't this break the dependency rule?...
For the LineDataSet, the mValues is cleared and then calcMinMax is called through notifyDataSetChanged. However if the mValues is size 0, the min/max is not updated.... ``` public void clear()...