All Projects → nahzur-h → Rippleview

nahzur-h / Rippleview

Licence: apache-2.0
ripple view

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Rippleview

explorer
Open Source XRP Ledger Explorer
Stars: ✭ 18 (-84.62%)
Mutual labels:  ripple
Rippledrawable
Ripple effect for Android 14+
Stars: ✭ 515 (+340.17%)
Mutual labels:  ripple
Paper Ripple
Material Design Ripple effect in pure JS & CSS.
Stars: ✭ 55 (-52.99%)
Mutual labels:  ripple
Coinpricebar
💰 Cryptocurrency prices on MacBook Touch Bar
Stars: ✭ 290 (+147.86%)
Mutual labels:  ripple
Ta4j Origins
A Java library for technical analysis ***Not maintained anymore, kept for archival purposes, see #192***
Stars: ✭ 354 (+202.56%)
Mutual labels:  ripple
Ripple Lib
A JavaScript API for interacting with the XRP Ledger in Node.js and the browser
Stars: ✭ 899 (+668.38%)
Mutual labels:  ripple
crypto-quotes
100+ Best of Crypto Quotes - I HODL, you HODL, we HODL! - BREAKING: BITCOIN JUST BROKE $22 000!
Stars: ✭ 12 (-89.74%)
Mutual labels:  ripple
Cryptocurrency Cli
💰 Cryptocurrency Portfolio On The Command Line 💰
Stars: ✭ 99 (-15.38%)
Mutual labels:  ripple
Vue Touch Ripple
👆 Touch ripple component for @vuejs
Stars: ✭ 443 (+278.63%)
Mutual labels:  ripple
Cryptolights
Live visualisation of blockchain transactions for popular cryptocurrencies
Stars: ✭ 54 (-53.85%)
Mutual labels:  ripple
Hgrippleradarview
A beautiful radar view to show nearby items (users, restaurants, ...) with ripple animation, fully customizable
Stars: ✭ 309 (+164.1%)
Mutual labels:  ripple
Css Ripple Effect
Pure CSS (no JavaScript) implementation of Android Material design "ripple" animation
Stars: ✭ 321 (+174.36%)
Mutual labels:  ripple
Python Ripple Lib
Python client for the Ripple API
Stars: ✭ 23 (-80.34%)
Mutual labels:  ripple
Vue Ripple Directive
Material Ripple Effect as Vue Directive.
Stars: ✭ 266 (+127.35%)
Mutual labels:  ripple
Rippleview
View that imitates Ripple Effect on click which was introduced in Android L (for Android 2.3+)
Stars: ✭ 1,147 (+880.34%)
Mutual labels:  ripple
crypto-database
Database for crypto data, supporting several exchanges. Can be used for TA, bots, backtest, realtime trading, etc.
Stars: ✭ 72 (-38.46%)
Mutual labels:  ripple
Yscanimation
Stars: ✭ 626 (+435.04%)
Mutual labels:  ripple
Moneda Cli
Command line to track cryptocurrency prices
Stars: ✭ 114 (-2.56%)
Mutual labels:  ripple
Waveview
🏄 WaveView 一个水波纹动画控件视图,支持波纹数,波纹振幅,波纹颜色,渐变色,波纹速度,波纹方向等属性完全可配。
Stars: ✭ 81 (-30.77%)
Mutual labels:  ripple
Ta4j
A Java library for technical analysis.
Stars: ✭ 948 (+710.26%)
Mutual labels:  ripple

RippleView

A simple ripple view for Android


RippleView use Animation change circle radius draw circle

Gradle

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

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

Add the dependency:

	dependencies {
	         compile 'com.github.ruzhan123:RippleView:v1.0'
	}

Usage

	<zhan.rippleview.RippleView
	    android:id="@+id/root_rv"
	    app:radius="200"
	    app:stroke_width="1"
	    app:duration="3000"
	    app:repeat_count="1"
	    app:two_ripple_times="1.5"
	    app:three_ripple_times="2.0"
	    app:max_more_radius_times="1.5"
	    android:layout_width="match_parent"
	    android:layout_height="match_parent" />

Developed by

ruzhan - [email protected]

License

Copyright 2017 ruzhan

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