Giter Site home page Giter Site logo

ilisium-tech / android-loading-animation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from marvel999/android-loading-animation

0.0 0.0 0.0 35.88 MB

Create Cool Android Loading Animation in a simple way.

License: Apache License 2.0

Kotlin 100.00%

android-loading-animation's Introduction

Android Loading Animation

Create Cool Android Loading Animation in a simple way.


Build Status License License License AndroidWeekly



USAGE

This Library will help developer to implement Cool Android Loading Animation in easiest way.

First Screen Second Screen Third Screen
Loading Loading Loading

Gradle

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

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

Add the dependency


dependencies {
    ...
    implementation 'com.github.Marvel999:Android-Loading-Animation:1.0.0'
}

XML

<!-- <a> Loading Animation xml</a> -->

       <com.example.loadinganimation.LoadingAnimation
        android:id="@+id/loadingAnim"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:elevation="10dp"
        app:barType="@drawable/clock"
        app:boldText="false"
        app:enlarge="5"
        app:textColor="@color/purple_500"
        app:textSize="15sp" />

You may use the following properties in your XML to change your Loading Animation.

#####Properties:

/*Loading Animation xml */

  • app:barType -> To get animation gif file
  • app:text -> To add text below animation
  • app:textColor -> To set color of Text
  • app:textSize -> To set text Size
  • app:enlarge -> To increse size of animation(1 to 10)
  • app:boldText -> To make textView Bold
  • app:isVisible -> To set text visible(ByDefult invisible)

Kotlin

 val loadingAnim=findViewById<LoadingAnimation>(R.id.loadinAnim);

        loadingAnim.setProgressVector(resources.getDrawable(R.drawable.black_three_dot_circle))
        loadingAnim.setTextViewVisibility(true)
        loadingAnim.setTextStyle(true)
        loadingAnim.setTextColor(Color.YELLOW)
        loadingAnim.setTextSize(12F)
        loadingAnim.setTextMsg("Please Wait")
        loadingAnim.setEnlarge(5)

Animation

Animation Name Preview Animation Name Preview
black_dot_universe RotatingPlane black_forward DoubleBounce
black_four_dot Wave black_round_and_round WanderingCubes
black_round_anim Pulse black_three_dot_circle ChasingDots
black_universe ThreeBounce black_water Circle
bouncy_balls CubeGrid clock FadingCircle
color_capsule FoldingCube dot_anim dot_anim
fidget fidget gear_duo gear_duo
hour_glass hour_glass infinity_bar infinity_bar
jelly_belly jelly_belly loading_anim loading_anim
man_loading man_loading rainbow_ring rainbow_ring
rollround rollround triad_ring triad_ring

How to contribute?

  1. Fork the repository
  2. Do the desired changes (add/delete/modify)
  3. Make a pull request

When to contribute?

  1. Fix open bugs.
  2. Add new issue.

LICENCE

Copyright 2021 Manish

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.

android-loading-animation's People

Contributors

marvel999 avatar

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.