Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.14 KB

README.md

File metadata and controls

56 lines (31 loc) · 2.14 KB

HELU-Utils

This repository provides various utility classes to make android development less painful.

List of Utilities:

Bintray

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'

Alt text

Bintray

Create Collapsing Tab Bar with buttons easily.

implementation 'cz.helu.android:helucollapsingtabbar:2.1.0'

Alt text

Bintray

Create ImageView with parallax effect.

implementation 'cz.helu.android:heluparallaxview:2.0.1'

Alt text

Bintray

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'

Alt text