AndroidDeveloperLB

Results 918 comments of AndroidDeveloperLB

I don't think using JDK 11 is a good idea for Android Studio. I think it caused me some issues and I had to set it back. As for the...

I think it should be in all sides, without assuming the rotation should affect it only in one side. This way you also don't need to perform various checks. `moviesRecyclerView.updatePadding(bottom...

Is this ok: ``` class PrefsFragment : PreferenceFragmentCompat() { override fun onCreateRecyclerView(inflater: LayoutInflater?, parent: ViewGroup?, savedInstanceState: Bundle?): RecyclerView { val recyclerView = super.onCreateRecyclerView(inflater, parent, savedInstanceState) ViewCompat.setOnApplyWindowInsetsListener(recyclerView) { _, insets ->...

But the addon is free, no? Why should the bank have anything to do with a free addon?

Maybe you could offer it as a Greasemonkey script instead?

Could be nice to have all those options, of course. Is it really possible though, to convert it to a script?

Seems you call `setSelection` right after updating the data, in `scrollToCurrentDate` function. This works, but: 1. it doesn't take into account the amount of scrolling. That's probably the reason for...

This is probably related to this: https://console.cloud.google.com/apis/api/people.googleapis.com/quotas?project= There you could see that it's up to 180 per minute (at least now that I read it). ![image](https://user-images.githubusercontent.com/5357526/117567895-ea8c2b80-b0c6-11eb-9599-a7a02c6b1f90.png)