ahulyk
ahulyk
Add android:clipChildren="false" to the parent and android:clipToPadding="false" to the recyclerview. My question is how to detect id of the view when drag&drop onto it?
Strange, I use RelativeLayout as parent and it works for me
any progress on that?
I will user pseudo code in Kotlin to explain: ```@InjectViewState class LoginPresenter @Inject constructor( private val loginRepository: LoginRepository ) : MvpPresenter() { fun doLogin() { if (loginRepository.login) { viewState.onLogin() }...
Any update on this?
> com.pedro.encoder.input.gl.render.ScreenRender.draw Galaxy Tab A7 -> Android 11 XiaoXin Pad -> Android 11
Please use the following solution: https://gist.github.com/ahulyk/149aa35b228f0711bc530cb6dcc0e6ce
> > Please use the following solution: > > https://gist.github.com/ahulyk/149aa35b228f0711bc530cb6dcc0e6ce > > Accessing the `Application` context is a bit hacky and won't work for libraries modules. Is there any way...
@JakeWharton Will the usage of Okio BufferedSource and BufferedSink APIs reduce memory footprint during serialization/deserialization?
@JakeWharton cool, thanks