This repository provides various utility classes to make android development less painful.
Create Bottom Sheet acording to Google Material guidelines simply: https://material.google.com/components/bottom-sheets.html
implementation 'cz.helu.android:helubottombuttonsheet:2.1.1'
Create Collapsing Tab Bar with buttons easily.
implementation 'cz.helu.android:helucollapsingtabbar:2.1.0'
Create ImageView with parallax effect.
implementation 'cz.helu.android:heluparallaxview:2.0.1'
This library provides you very easy to use and intuitive API to create new Video View. You can create your own play, mute, placeholder, seekBar views, which you can then provide to HeluVideoView.
implementation 'cz.helu.android:heluvideoview:2.1.3'