baggednismo / Collapsing-CardView

Example of creating a collapsing CardView custom view

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collapsing CardView

This is a work in progress. Many things included are not functional. Documentation will follow.

Project Example

Info

This projects aims to provide an example or consumable custom CardView that will expand and collapse cleanly with animations.

Expectations

  • Must be implemented as a custom view
  • Must self contain animation operations
  • Should be configurable via XML & programmatically alike
  • Customizable functionality should include:
    • title
    • subtitle
    • expand/collapse icon
    • rotation starting point
    • rotation ending point
    • default start expanded or collapsed
    • customizable content within the card

Credits

License

Copyright 2020 Devin Martinolich

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.

About

Example of creating a collapsing CardView custom view


Languages

Language:Kotlin 100.0%