Popularity
2.5
Stable
Activity
0.0
Stable
101
5
14

Code Quality Rank: L4
Programming language: Java
License: Apache License 2.0

TinglingSquares alternatives and similar packages

Based on the "Progressbar/Progress View Widget" category.
Alternatively, view TinglingSquares alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of TinglingSquares or a related project?

Add another 'Progressbar/Progress View Widget' Package

README

TinglingSquares View

A delightful progressbar animation.

Demo

TinglingSquaresView Demo

Download

Add this to your app module's build.gradle file

dependencies {
            compile 'com.github.ishan1604:tsview:1.0.0'
    }

Usage

In your Layout XML add this.

    <in.ishankhanna.tinglingsquares.TinglingSquaresView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:id="@+id/tinglingSquaresView"/>

Design Inspiration

Animated Loader by Divan Raj on Material Up

Developers

License

Copyright 2017 Ishan Khanna, Divan Raj

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.


*Note that all licence references and agreements mentioned in the TinglingSquares README section above are relevant to that project's source code only.