What I am trying to do: I am trying to determine .... If any part of one view crosses other view What I have done: Usage: isDragOverlap = textView.isOverlap(bu
I made a custom tab item for my tab layout and initialized it using view binding as follows: val tabView = CustomTabBinding.inflate(LayoutInflater.from(mContext
I am using this at the moment. fun ViewPager2.reduceDragSensitivity(f: Int = 4) { val recyclerViewField = ViewPager2::class.java.getDeclaredField("mRecycler
I have RecyclerView that represent forms. These RecyclerView are made of multiple type of View. Each of them has a base_layout and specific View depending on th
I have a problem in my Android app: lately, when I switch between fragments, their layout shows as XML before children views are shown correctly. For example, i