All Projects → Devlight → Pulseview

Devlight / Pulseview

Licence: apache-2.0
Widget that generates pulsation relative to your icons. Tinder search like.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Pulseview

Kau
An extensive collection of Kotlin Android Utils
Stars: ✭ 182 (-42.22%)
Mutual labels:  library, ripple
Hgrippleradarview
A beautiful radar view to show nearby items (users, restaurants, ...) with ripple animation, fully customizable
Stars: ✭ 309 (-1.9%)
Mutual labels:  ripple
React Magic Hat
🎩✨Library to implement the Magic Hat technique, blazingly fast 🚀
Stars: ✭ 297 (-5.71%)
Mutual labels:  library
To lang
Translate Ruby strings and arrays with Google Translate.
Stars: ✭ 303 (-3.81%)
Mutual labels:  library
Retry
♻️ The most advanced interruptible mechanism to perform actions repetitively until successful.
Stars: ✭ 294 (-6.67%)
Mutual labels:  library
Fancy on boarding
Fancy OnBoarding Screen Library
Stars: ✭ 307 (-2.54%)
Mutual labels:  library
Csconsoleformat
.NET C# library for advanced formatting of console output [Apache]
Stars: ✭ 296 (-6.03%)
Mutual labels:  library
Android Permissions
Library for easy handling of android run-time permissions.
Stars: ✭ 311 (-1.27%)
Mutual labels:  library
Cosmonaut
🌐 A supercharged Azure CosmosDB .NET SDK with ORM support
Stars: ✭ 309 (-1.9%)
Mutual labels:  library
Adafruit Pwm Servo Driver Library
Adafruit PWM Servo Driver Library
Stars: ✭ 300 (-4.76%)
Mutual labels:  library
Libtorrent
an efficient feature complete C++ bittorrent implementation
Stars: ✭ 3,531 (+1020.95%)
Mutual labels:  library
Edlib
Lightweight, super fast C/C++ (& Python) library for sequence alignment using edit (Levenshtein) distance.
Stars: ✭ 298 (-5.4%)
Mutual labels:  library
Protocol
The Hoa\Protocol library.
Stars: ✭ 308 (-2.22%)
Mutual labels:  library
Co.revely.gradient
An Android library for easy gradient management
Stars: ✭ 298 (-5.4%)
Mutual labels:  library
Gerador Validador Cpf
Biblioteca JS open-source para gerar e validar CPF.
Stars: ✭ 312 (-0.95%)
Mutual labels:  library
Paper Onboarding
PaperOnboarding is a material design UI slider. Swift UI library by @Ramotion
Stars: ✭ 3,147 (+899.05%)
Mutual labels:  library
Python Iocextract
Defanged Indicator of Compromise (IOC) Extractor.
Stars: ✭ 300 (-4.76%)
Mutual labels:  library
Vuenut
⚙️ Developer tools for vue js (Vuex)
Stars: ✭ 305 (-3.17%)
Mutual labels:  library
Stream
The Hoa\Stream library.
Stars: ✭ 313 (-0.63%)
Mutual labels:  library
Grabana
User-friendly Go library for building Grafana dashboards
Stars: ✭ 313 (-0.63%)
Mutual labels:  library

Devlight


PulseView

Widget that generates pulsation relative to your icons.

Android Arsenal       Android       Download       License       Codacy


You can check the sample app here.

Warn

This library is not more supported. 
If you want to add new feature or fix a bug, grab source code and do it. 
If you think your fix or feature would be useful to other developers, 
I can add link of your repository to this README file. 
Thank you for using our libraries.

Download

You can download an .aar from GitHub's releases page.

Or alternatively use Gradle jCenter:

dependencies {
    repositories {
        mavenCentral()
        maven {
            url  'http://dl.bintray.com/gigamole/maven/'
        }
    }
    compile 'com.github.devlight.pulseview:library:+'
}

Gradle Maven Central:

compile 'com.github.devlight.pulseview:library:1.0.2'

Maven:

<dependency>
    <groupId>com.github.devlight.pulseview</groupId>
    <artifactId>library</artifactId>
    <version>1.0.2</version>
    <type>aar</type>
</dependency>

Android SDK Version

PulseView requires a minimum SDK version of 11.

Sample

Parameters

For PulseView you can set such parameters as:

  • icon:
    at first you need to set icon for PulseView.

  • icon width and height:
    allows you to set size of the icon.

  • pulse side measure:
    allows you to set pulse side measure. Width or height of PulseView.

  • pulse count:
    allows you to set pulse count.

  • pulse spawn period:
    allows you to set pulse spawn period.

  • pulse alpha:
    allows you to set alpha to pulse.

  • pulse color:
    allows you to set pulse color.

  • interpolator:
    allows you to set an interpolator for the pulse.

  • listener:
    allows you to set pulse listener. onStartPulse() and onFinishPulse() listeners.

Tips

The icon to pulse can be a normal bitmap or a SVG file.
In preview mode PulseView renders incorrectly because the Canvas can`t scale in this mode.

Init

Check out in code init:

final PulseView pulseView = (PulseView) findViewById(R.id.pv);
pulseView.setPulseColor(Color.BLACK);
pulseView.setPulseCount(5);
pulseView.setPulseMeasure(PulseView.PulseMeasure.WIDTH);
pulseView.setIconHeight(200);
pulseView.setIconWidth(200);
pulseView.setIconRes(R.drawable.icon);
pulseView.setPulseAlpha(70);
pulseView.setInterpolator(new LinearInterpolator());
pulseView.setPulseListener(new PulseView.PulseListener(...));

To start or finish pulse you need to call methods:

pulseView.startPulse();
pulseView.finishPulse();

Other methods can be seen within the sample application.

And XML init:

<com.gigamole.library.PulseView
    android:id="@+id/pv"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    app:pv_icon="@drawable/icon"
    app:pv_alpha="70"
    app:pv_color="#eae761"
    app:pv_count="8"
    app:pv_measure="height"
    app:pv_icon_width="168dp"
    app:pv_icon_height="194dp"
    app:pv_spawn_period="700"
    app:pv_interpolator="@android:anim/linear_interpolator"/>

Getting Help

To report a specific problem or feature request, open a new issue on Github.

Credits

Greg Wilkinson Thomas Budiman

Author

Created by Basil Miller - @gigamole

Company

Facebook     Twitter     LinkedIn

Here you can see open source work developed by Devlight LLC.
This and another works is an exclusive property of Devlight LLC.

If you want to use this library in applications which will be available on Google Play, please report us or author of the library about it.

Whether you're searching for a new partner or trusted team for creating your new great product we are always ready to start work with you.

You can contact us: [email protected] or [email protected].
Thanks in advance.

Devlight LLC, 2016
devlight.io

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].