ar-g
ar-g
It crashes when I put ``` if (isInDebugMode) { AndroidDevMetrics.initWith(this); } ``` on top of onCreate of all initializations, but it fine when I put it at the end. It...
I found the way to solve it, but it is ugly. Now, presenters of nested fragments will free immediately. Better solutions are welcome ```java @Override public void onPause() { super.onPause();...
B presenter is destroyed, but C presenter remains in memory. Because check `isRemoving() && !isFragmentInBackstack()` is not passing in C fragment.
I completely agree with @dptsolutions that setting up Glide this way is not obvious at all.
This is very much needed! cc @martinbonnin
I definitely support this proposal. This only one point why I more often use built-in log-cat.
RatingBar won't work if subscribe to `touches()`.
@marandaneto any eta on this? btw would this support web clients, such as chrome-web-extension? or you'd suggest to implement it with an a api? i guess that would imply reimplementing...
@marandaneto our end goal is to use it in our own library that shipped to different clients, practically speaking we don't need any native bindings, screen tracking and such. Do...
any updates on this, Team?