Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

italankin/strange-grid-layout-manager

Repository files navigation

StrangeGridLayoutManager

This repository contains an implementation of RecyclerView.LayoutManager which arranges child views in strange way.

Screen 1 Screen 2 Screen 3

Implementation details

  • each child has fixed size (square)
  • various columns count for each row
  • smooth scroll and scroll to position
  • scroll position and state saving
  • has adaptive mode, in which manager will calculate column counts based on minumum child size
  • ItemDecorators, which add extra offsets for the child views are not supported

TODOs

  • add support for scroll bars
  • implement support for predictive animations

License

Copyright 2016 Igor Talankin

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Releases

No releases published

Packages

No packages published

Languages