Giter Site home page Giter Site logo

pulsator4droid's People

Contributors

booncol avatar bryant1410 avatar danielwilson1702 avatar davidmont avatar jamcoupe avatar mumayank 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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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  avatar  avatar  avatar

pulsator4droid's Issues

AllowBackup should not be set in Manifest

I import the library to my app by gradle.
I'm getting this building error :
"Manifest merger failed : Attribute application@allowBackup value=(true)".
I think you should remove allowBackup attribute from your library. (Lib should not have that attribute).

Can i have border of each pulse only !

Can i have border of each pulse only i dont need background
ex : #this is my app

  • the red area is that i dont want ... i wanna remove it
  • the blue rounded(border of each pulse) is only that i want ... is it possible to do with this lib !
    screenshot_1500533312

ex that i want : shareit

screenshot_20170720-133755

Can i have only border of each pulse only such as shareit ! Thankyou

Make the shape oval

Hi, the library is working great. I was wondering if it's possible to make the circular shape (and so the related pulsing shapes on background) oval. I mean for example to make the shape width=100dp and height=70dp. I tried to set different widths and heights but it remains circular, taking the size of the smaller parameter set (in this it's transformed in a circle of 70dp x 70dp). Thanks in advance!

setColor doesn't seem to work for me.

I'm trying to change the color of the pulses.

When I set the color in XML it works fine, but when I try to set it in Java, it doesn't change anything. If I don't set it in XML it stays default. I've also tried stopping and starting it in-between color changes.
However, if I try to setBackgroundColor, that changes instantly.

Any help is appreciated.

On restart the animation only show single Circle

I have implemented your library in my project, but everything works fine. When i restart the view it give only one circle, instead of 4 circle.
private void startPulser(int color){ pulsator.stop(); // i tried without stop(). pulsator.setCount(4); pulsator.setDuration(7000); pulsator.setColor(color); pulsator.start(); }

//

Aninmation not showing

Where am I supposed to place it in my layout file?

<pl.bclogic.pulsator4droid.library.PulsatorLayout android:id="@+id/pulsator" android:layout_width="match_parent" android:layout_height="match_parent" app:pulse_count="4" app:pulse_duration="7000" app:pulse_repeat="0" app:pulse_color="@color/colorAccent" app:pulse_startFromScratch="false" app:pulse_interpolator="Linear"> <Button android:layout_width="match_parent" android:layout_height="match_parent" /> </pl.bclogic.pulsator4droid.library.PulsatorLayout>

This is doesn't show.

Animation slow in nugget

Animation of ripples is slow in nugget version when compared to previous versions.. Any reason for that?

Start from scratch = false

When i set startfromscratch = false; there are already pulse but they are not animating, only one pulse is animating.

Not working on kitkat

<pl.bclogic.pulsator4droid.library.PulsatorLayout
    android:id="@+id/pulsatorLayout"
    android:layout_width="300dp"
    android:layout_height="300dp"
    android:layout_marginTop="160dp"
    app:layout_constraintHorizontal_bias="0.5"
    app:layout_constraintLeft_toRightOf="@+id/include"
    app:layout_constraintRight_toLeftOf="@+id/include"
    app:layout_constraintTop_toTopOf="parent"
    app:pulse_color="@color/pulsatorAnimation"
    app:pulse_count="3"
    app:pulse_duration="3000"
    app:pulse_interpolator="Linear"
    app:pulse_repeat="0"
    app:pulse_startFromScratch="true">
 @BindView(R.id.pulsatorLayout)
  PulsatorLayout pulsatorLayout;

 pulsatorLayout.start();

Above code is not working on kitkat. animation is not showing. need help.

Diameter Increase

Can i increase the diameter of the pulse so that pulse can reach till the screen edges.

Gradient

Is it possible to combine 2 colors instead of one ?
i think gradient will make it look so much better

library update

Any plans on adding this commit and releasing it in the new release. As it was showing memory leak when I was checking the leak canary.

#5
4555bb7

No repeat

I would like to add a pulse with "no repeat". I have used a count=1 and repeat =1 but this leads to a twice pulse and I need it to be just one. I have tried to set repeat =0 but this also leads to an infinite pulse.
Adding pulse_startFromScratch="false" was a solution but it is not working for the new android versions!
Thanks in advance.

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.