Max Alov

Results 6 issues of Max Alov

If RecyclerView is nested to SwipeToRefreshLayout and has Overscroll applied to it, then swipe-to-refresh does not work at all, though overscroll is working. Is it possible to have both swipe-to-refresh...

…ard criteria to decide, whether to show dialog

By analogy to `retrofit.newBuilder()` that would inherit all properties from a given instance of `Scarlet`. This would be **very** useful. Typical use case: when `Scarlet` instance is configured in a...

enhancement

Imagine, we have an abstract base view-class: ` ``` abstract class CollectionFragment { protected val emptyView: View by bindView(R.id.empty_view) override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View? { ......

Suppose that i'm writing my own View class, that represents editable field and contains EditText **tv_input** inside: ``` class EditTextIconItemView : LinearLayout { fun setInputText(text: String?) { with (tv_input) {...

It says ``` Remove the Call wrapper from the return type. Here we're returning String, but you could return complex json-backed type as well. If you still wanted to provide...