All Projects → ruzhan1116 → RippleView

ruzhan1116 / RippleView

Licence: Apache-2.0 License
ripple view

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to RippleView

vue-rippler
🎉 Custom ripple effect plugin for @vuejs
Stars: ✭ 45 (-61.86%)
Mutual labels:  ripple
RippleBackground
Ripple animation
Stars: ✭ 32 (-72.88%)
Mutual labels:  ripple
TheWorldExchange
A purely client-side wallet and direct interface showcasing the full functionality of Ripple / blockchain.
Stars: ✭ 34 (-71.19%)
Mutual labels:  ripple
coinbin.org
₿ A Human–Friendly API Service for Crypto Currency Information.
Stars: ✭ 255 (+116.1%)
Mutual labels:  ripple
cashuwallet
Cashu is a cryptocurrency wallet for smartphones. Be your own bank. Accept payments or spend crypto directly from your phone.
Stars: ✭ 35 (-70.34%)
Mutual labels:  ripple
wallet-address-validator
Useful library for validation of Bitcoin, Litecoin, Ethereum and other cryptocoin addresses
Stars: ✭ 240 (+103.39%)
Mutual labels:  ripple
node-bitstamp
bitstamp REST and WS API Node.js client 💵
Stars: ✭ 58 (-50.85%)
Mutual labels:  ripple
LoadersPack-Android
Android LoadersPack - a replacement of default android material progressbar with different loaders
Stars: ✭ 119 (+0.85%)
Mutual labels:  ripple
touchMyRipple
A simple library for apply the ripple effect where you want
Stars: ✭ 19 (-83.9%)
Mutual labels:  ripple
react-touch-ripple
Create ripple effect from Material Design with React
Stars: ✭ 27 (-77.12%)
Mutual labels:  ripple
Ripple-Auto-Installer
OSU! Ripple Stack Installation Helper
Stars: ✭ 21 (-82.2%)
Mutual labels:  ripple
CryptoCurrency
Page to keep track of value & profits of a portfolio of cryptocurrency (based on Coinmarketcap, Bitfinex and Binance)
Stars: ✭ 27 (-77.12%)
Mutual labels:  ripple
material-ripple
💧 Material Design Ripple effect with jQuery and CSS
Stars: ✭ 20 (-83.05%)
Mutual labels:  ripple
MTRipple
Repository for Ripple Effect
Stars: ✭ 24 (-79.66%)
Mutual labels:  ripple
artunis-mobile
XRP Wallet app for Android and iOS, built in React Native.
Stars: ✭ 23 (-80.51%)
Mutual labels:  ripple
ng-ripple
Material ripple effects for AngularJs
Stars: ✭ 12 (-89.83%)
Mutual labels:  ripple
FFF Protocol Core
FFF as a new generation of the underlying chain technology, applying power block chain of innovation and fall to the ground, will help the industry standard. FFF consensus mechanism: the application of a new work-proof mechanism, network contribution proof mechanism, refers to the contribution ability of servers, PC and other devices to improve …
Stars: ✭ 5 (-95.76%)
Mutual labels:  ripple
Ripple.js
Proper Material Design ripple effect for the web, that wouldn't interfere your elements' DOM.
Stars: ✭ 18 (-84.75%)
Mutual labels:  ripple
Android-Animated-Theme-Manager
create your custom themes and change them dynamically with ripple animation
Stars: ✭ 540 (+357.63%)
Mutual labels:  ripple
xrpl-dev-portal
Source code for xrpl.org including developer documentation
Stars: ✭ 330 (+179.66%)
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].