Git Product home page Git Product logo

squeezeloader's Introduction

Description

SqueezeLoader is a custom Loader (ProgressBar)

alt Library Logo

Demo

alt SqueezeLoader demo gif

Usage

1. Integration

Min API level is: API 14

Step 1. Add it in your root build.gradle at the end of repositories:

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

Step 2. Add the dependency

dependencies {
    ...  
    implementation 'com.github.mecoFarid:squeezeloader:1.0.3'
}

2.Troubleshooting

If you get an error similar to:

Error: Default interface methods are only supported starting with Android N (--min-api 24): android.view.MenuItem androidx.core.internal.view.SupportMenuItem.setContentDescription(java.lang.CharSequence)

then add this snippet to android section in build.gradle (app Module) file:

compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }

3. Code example

After integrating the library to your app you can use the SqueezeLoader in your xml as below:

SqueezeLoader is the Layout that fast-moving/squeezing SqueezeBar animates through. Look at the gif above fro reference, the fast moving bar is called SqueezeBar

<com.mecofarid.squeezeloader.SqueezeLoader
            android:layout_width="wrap_content"
            android:layout_height="match_parent"
            app:sl_squeezebarWidth="50dp"
            app:sl_animationDuration="1000"
            app:sl_colorSqueezebar="@color/colorPrimary"/>

4. Attribute explanation and values

Minumum/Maximum values for:

Atribute name Default Minimum Maximum
app:sl_animationDuration 1100ms 1100ms No restriction
android:layout_width parent's width 200dp parent's width
app:sl_squeezebarWidth 50dp 2dp 100dp
android:layout_height 2dp No restriction parent's width

Notes:

If you place SqueezeLoader in a parent view with android:layout_width less than 200dp it will inherite parent's width in this case SqueezeLoader can be less than 200dp

squeezeloader's People

Contributors

mecofarid avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

squeezeloader's Issues

Add start()/stop() functions

Add start()/stop() functions to start(start the animation and show view) and stop (stop animation and hide view) the SqueezeLoader.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.