TimetableLayout
TimetableLayout copied to clipboard
TimetableLayout is a RecyclerView.LayoutManager to display the timetable for Android.
Results
2
TimetableLayout issues
Sort by
recently updated
recently updated
newest added
TimetableLayoutManager --> calculateVerticallyScrollAmount(dy:Int) --> 1. if (bottom == parentBottom) 0 else min(dy, bottom - parentBottom) ==> if (bottom if (top >= parentTop) 0 else max(dy, top - parentTop)
the adapter of recyclerview will always call ‘onCreateView()’ method util all items are created,i hope some items can be recycled, Is there anything I don't know?