All Projects → hcq0618 → Android Scratchoutview

hcq0618 / Android Scratchoutview

Licence: mit
高仿刮奖效果的View 可以设置刮开多少比例范围 自动显现 - Scratch card effect view , and can set the scraping what percentage range automatically displayed below ui

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Android Scratchoutview

Ramjet
Morph DOM elements from one state to another with smooth animations and transitions
Stars: ✭ 5,455 (+11032.65%)
Mutual labels:  effects
Windowscompositionsamples
Windows Composition Samples the place for getting the latest code samples and demos using Windows.UI.Xaml and Windows.UI.Composition to make beautiful Universal Windows Platform applications.
Stars: ✭ 922 (+1781.63%)
Mutual labels:  effects
Awesome Xamarin Forms
A curated list of awesome Xamarin.Forms libraries and resources
Stars: ✭ 985 (+1910.2%)
Mutual labels:  effects
Glasscord
[BUGFIXES ONLY, SUPPORT WILL DROP MAR 1, 2021] Injecting composition effects into Electron applications!
Stars: ✭ 737 (+1404.08%)
Mutual labels:  effects
Postprocessing
A post processing library that provides the means to implement image filter effects for three.js.
Stars: ✭ 830 (+1593.88%)
Mutual labels:  effects
Crrefresh
An easy way to use pull-to-refresh
Stars: ✭ 832 (+1597.96%)
Mutual labels:  effects
Super Blur
Screen and UI gaussian blur for Unity
Stars: ✭ 543 (+1008.16%)
Mutual labels:  effects
Minipaint
online image editor
Stars: ✭ 1,014 (+1969.39%)
Mutual labels:  effects
Entitypostprocessor2d
A unity package for applying post-processing effects to assembled 2D assets
Stars: ✭ 17 (-65.31%)
Mutual labels:  effects
Ngrx French Guide
Le guide sur l'utilisation de NGRX dans une application Angular
Stars: ✭ 31 (-36.73%)
Mutual labels:  effects
Visualeffectview
Dynamic blur background view with tint color (UIVisualEffectView subclass) 📱
Stars: ✭ 795 (+1522.45%)
Mutual labels:  effects
Ffmpeg
Docker build for FFmpeg on Ubuntu / Alpine / Centos 7 / Scratch
Stars: ✭ 828 (+1589.8%)
Mutual labels:  scratch
Kitten
A statically typed concatenative systems programming language.
Stars: ✭ 851 (+1636.73%)
Mutual labels:  effects
Textfieldeffects
Custom UITextFields effects inspired by Codrops, built using Swift
Stars: ✭ 5,708 (+11548.98%)
Mutual labels:  effects
Fx Ts
Computational environments and effects for TypeScript
Stars: ✭ 42 (-14.29%)
Mutual labels:  effects
Fogview library
FogView is a android library that can show fog on any layout and the fog removes when user rubs it.
Stars: ✭ 633 (+1191.84%)
Mutual labels:  scratch
Numpy neural net
A simple neural network (multilayer perceptron) with backpropagation implemented in Python with NumPy
Stars: ✭ 25 (-48.98%)
Mutual labels:  scratch
Opencl 101
Learn OpenCL step by step.
Stars: ✭ 43 (-12.24%)
Mutual labels:  scratch
Hyperion.ng
The successor to Hyperion aka Hyperion Next Generation
Stars: ✭ 1,008 (+1957.14%)
Mutual labels:  effects
7days Golang
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
Stars: ✭ 9,275 (+18828.57%)
Mutual labels:  scratch

Android-ScratchOutView

高仿刮奖效果的View 可以设置刮开多少比例范围 自动显现 - Scratch card effect view , and can set the scraping what percentage range automatically displayed below ui

for example

	ScratchOutView scratch_out_view = (ScratchOutView) findViewById(R.id.scratch_out_view);
		scratch_out_view.setPathPaintWidth(35);
		scratch_out_view.setAutoScratchOut(true);
		scratch_out_view.setAutoScratchOutPercent(50);
		scratch_out_view.resetView();
		
		// if need scratch again
		// scratch_out_view.resetView();
		// else if no longer scratch 
		// scratch_out_view.destroyView();

License

MIT License

Copyright (c) 2017 Hcq

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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