Android loading view

Related tags

ProgressBar Loading
Overview

Loading

Loading is a poject with kinds of Android loading view.

Yan can see the wiki for more detail.

RotateLoading

RotateLoading

BookLoading

BookLoading

NewtonCradleLoading

NewtonCradleLoading

Usage

gradle

implementation 'com.victor:lib:1.0.4'

Xamarin.Android binding version here

License

Copyright 2015 yankai-victor

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or 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.

Comments
  • attribute setting problem for RotateLoading

    attribute setting problem for RotateLoading

    Hello dear. i have problem to set: app:loading_speed="11" app:loading_width="1dp" (this one is so important for me, because i want use RotateLoading in small size) this two not working and this one: app:loading_color="#f4f3" this one is change between some dark colors or if i don't set any thing, it goes to default one. and thanks for your amazing library.

    opened by miladna7 3
  • Getting IndexOutOfBoundsException

    Getting IndexOutOfBoundsException

    This is the stacktrace java.lang.IndexOutOfBoundsException: Index: 4, Size: 0 at java.util.ArrayList.get(ArrayList.java:411) at com.victor.loading.book.BookLoading.playAnim(BookLoading.java:77) at com.victor.loading.book.BookLoading.access$000(BookLoading.java:24) at com.victor.loading.book.BookLoading$BookHandler.handleMessage(BookLoading.java:160) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:159) at android.app.ActivityThread.main(ActivityThread.java:6139) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776)

    just using this

        private void progressWidget(Boolean start){
            if(start){
                bookLoading.start();
                layoutprogress.setVisibility(View.VISIBLE);
            }
            else{
                bookLoading.stop();
                layoutprogress.setVisibility(View.GONE);
            }
        }
    
    opened by seyfettiny 1
  • fix bug with colored pages

    fix bug with colored pages

    In the book animation, if we give background and pages different colors, a visual bug becomes apparent. BookView should have the page color as background.

    opened by akretz 0
  • ERROR: Failed to resolve: com.victor:lib:1.0.4

    ERROR: Failed to resolve: com.victor:lib:1.0.4

    I am trying to use it but not working don't know why is this still maintained? implementation 'com.victor:lib:1.0.4' The JCentre is shutting down so the developer needs to move on to the MavenCenteral()

    opened by UsamaAltaf 0
  • NPE

    NPE

    On some devices with android 11 I got a null pointer exception :

    Fatal Exception: java.lang.NullPointerException Attempt to read from field 'float android.graphics.RectF.left' on a null object reference keyboard_arrow_up

    Any idea how to solve sir ? thanks

    opened by Dave181295 0
  • Disabling Scale X and Y

    Disabling Scale X and Y

    Hello It would be nice to have and option to disable/enable Scaling when we start/stop the RotateLoading. Preferably and xml attribute. The reason behind it, if sometimes the duration between start and stop is so few we just see the scaling and it is ugly.

    opened by mustafaozhan 0
  • Needn't define it in XML file?

    Needn't define it in XML file?

    I want to use it like this?

    NewtonCradleLoading newtonCradleLoading = new NewtonCradleLoading(getActivity())
    newtonCradleLoading.start();
    

    could it happen?

    systemt throws an erro: Attempt to invoke virtual method 'void com.victor.loading.newton.CradleBall.startAnimation(android.view.animation.Animation)' on a null object reference

    opened by VomPom 2
Owner
null
Android loading or progress dialog widget library, provide efficient way to implement iOS like loading dialog and progress wheel

ACProgressLite English Version / 中文版本 An Android loading widget library. Lite and easy to use, strong customizability. Can be used to implement 'iOS'

Cloudist Technology Co., Ltd. 234 Nov 24, 2022
Android loading view

Loading Loading is a poject with kinds of Android loading view. Yan can see the wiki for more detail. RotateLoading BookLoading NewtonCradleLoading Us

null 1.2k Jan 1, 2023
ColoringLoading 4.7 0.0 Java This project provide Coloring Loading View for Android. And this project is not using the image file!

ColoringLoading ![Release](https://img.shields.io/github/release/recruit-lifestyle/ColoringLoading.svg?label=maven version) This project provide Color

Recruit Lifestyle Co. Ltd. 379 Jul 25, 2022
:seedling: A custom loading view for android, just like alipay.

#SmileyLoadingView A custom loading view, just like alipay. Usage Edit your layout XML: <cn.refactor.smileyloadingview.lib.SmileyLoadingView

null 411 Apr 24, 2022
KdLoadingView - A Custom Loading View for Android

KdLoadingView This is a circular loading view for android. Motivation In default progress view, its hard to change drawable, color and animation. So t

Saurabh kumar 1 Oct 26, 2022
An animated circle loading view

Animated Circle Loading View A determiante/indetermiante loading view animation. Based on android-watch-loading-animation by Nils Banner. How it looks

José Luis Martín 1.2k Dec 7, 2022
Cool bezier loading view

What's BezierLoadingView ? A cool loading view with Bezier and a smooth circular motion, Demo Features Bezier Circular motion ##Attributes name format

巴掌 828 Oct 10, 2022
An Android library providing to realize wave loading effect.

WaveLoadingView WaveLoadingView - An Android library that provides a realistic wave-loading effect. Sample Usage For a working implementation of this

Tang 1.7k Jan 2, 2023
Android loading animations

Android-SpinKit Android loading animations(I wrote a android edition according SpinKit) Demo Apk Preview Gradle Dependency dependencies { implement

ybq 8.4k Jan 5, 2023
Customizable bouncing dots for smooth loading effect. Mostly used in chat bubbles to indicate the other person is typing.

LoadingDots for Android Customizable bouncing dots view for smooth loading effect. Mostly used in chat bubbles to indicate the other person is typing.

Eyal Biran 162 Dec 2, 2022
A wave-like loading drawable

#WaveLoading This library provides a wave loading animation as a Drawable. How to use Add dependency: compile 'com.race604.waveloading:library:1.1.1'

吴晶 1.4k Dec 5, 2022
A loading animation based on Floating Action Button

FAB-Loading A loading animation based on Floating Action Button. Usage Include the LoadingView widget in your view: <io.saeid.fabloading.LoadingView

Saeed Masoumi 689 Oct 14, 2022
Some loading GIF .

Android GifLoadingView This project idea is from Link . Thanks for the idea. I like all the animation in that webpage , but it's so hard to develop al

Roger 1.3k Dec 12, 2022
MaterialLoadingProgressBar provide a styled ProgressBar which looks like SwipeRefreshLayout's loading indicator(support-v4 v21+)

MaterialLoadingProgressBar MaterialLoadingProgressBar provide a styled ProgressBar which looks like SwipeRefreshLayout's loading indicator(support-v4

lsjwzh 1.1k Nov 19, 2022
A highly configurable library to do loading progress with animated balls

Loading Balls A highly configurable library to do loading progress with animated balls for Android How to use Custom attributes lib:path="triangle" Th

Adrián Lomas 930 Dec 7, 2022
Android fillable progress view working with SVG paths. This is a nice option too if you want to create an interesting branding logo for your app. Based on the iOS project: https://github.com/poolqf/FillableLoaders

Android FillableLoaders Android Open Source library providing an interesting fillable progress view working with SVG paths. This is a nice option too

Jorge Castillo 2k Jan 1, 2023
A wave view of android,can be used as progress bar.

WaveView ![Gitter](https://badges.gitter.im/Join Chat.svg) A wave view of android,can be used as progress bar. Screenshot APK demo.apk What can be use

Kai Wang 1.3k Dec 28, 2022
A circular android ProgressBar library which extends View, and the usage same as ProgressBar, It has solid,line and solid_line three styles. Besides, progress value can be freely customized.

CircleProgressBar 中文版文档 The CircleProgressBar extends View, It has both solid and line two styles. Besides, progress value can be freely customized. I

dinus_developer 1.2k Jan 3, 2023
Yet another android custom progress view for your music player

MaskProgressView Yet another android custom progress view for your music player Demo Youtube Video Link Usage <co.mobiwise.library.MaskProgressView

Mert Şimşek 367 Dec 25, 2022