Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/JetradarMobile/android-snowfall

Fully customizable implementation of "Snowfall View" on Android.
https://github.com/JetradarMobile/android-snowfall

android animation christmas kotlin snow

Last synced: about 1 month ago
JSON representation

Fully customizable implementation of "Snowfall View" on Android.

Lists

README

        

Android-Snowfall
================

[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Android--Snowfall-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/4952)
[![Release](https://jitpack.io/v/jetradarmobile/android-snowfall.svg)](https://jitpack.io/#jetradarmobile/android-snowfall)
[![API](https://img.shields.io/badge/API-16%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=16)
[![AndroidWeekly](https://img.shields.io/badge/Android%20Weekly-%23238-blue.svg?style=flat)](http://androidweekly.net/issues/issue-238)
[![AndroidDev Digest](https://img.shields.io/badge/AndroidDev%20Digest-%23124-blue.svg?style=flat)](https://www.androiddevdigest.com/digest-124/)

Fully customizable implementation of "Snowfall View" on Android.

That's how we use it in our app [Hotellook](https://play.google.com/store/apps/details?id=com.hotellook)

![image](https://raw.githubusercontent.com/JetradarMobile/android-snowfall/master/art/hotellook-demo.gif)

Compatibility
-------------

This library is compatible from API 16 (Android 4.1).

Download
--------

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

```groovy
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
```

Add the dependency

```groovy
dependencies {
compile 'com.github.jetradarmobile:android-snowfall:1.2.1'
}
```

Usage
-----

Default implementation with round snowflakes:

```xml

```

Fully customized implementation:

```xml

```

License
-------

Copyright 2016 JetRadar

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.