All Projects → niniloveyou → Bounceloadingview

niniloveyou / Bounceloadingview

Licence: apache-2.0
模仿饿了么加载效果

Programming Languages

java
68154 projects - #9 most used programming language

Labels

BounceLoadingView

模仿饿了么加载效果

#System Requirement

Android API 11+, Because of the use of ValueAnimation, if you want use it on API 8, please use NineoldAndroids library in your project.

#Usage

    loadingView.addBitmap(R.mipmap.v4);
    
    or
    
    loadingView.addBitmap(bitmap);
    
    or
    
    loadingView.addBitmaps(mBitmapList);
    
    //set the shadow color
    loadingView.setShadowColor(Color.LTGRAY);
    
    //set the duration of animation
    loadingView.setDuration(800);

    loadingView.start();
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].