Ilia Eremin
Ilia Eremin
There is question: •What is the difference between a fragment and an activity? Explain the relationship between the two. Can someone answer first question? I know that many fragments can...
And disable onScrollListener if attach to listview after setting scrollListener. My layout: ``` ``` my code: ``` lv.setOnScrollListener(new AutoLoadingScrollListener()); FloatingActionButton fab = findById(view, R.id.fab); fab.attachToListView(lv); ``` In this case fab...
First, thank you very much for the library. I successfully added kotlin/native dependency as git submodule into my ios project using `kotlin-native-cocoapods` library. And I don't like to manage dependencies...
There are bunch of libraries and there are no proguard rules for them.
Configure ci servers to autodeploy on every PR to specific branch (master in our case)