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: 12 days ago
JSON representation
Fully customizable implementation of "Snowfall View" on Android.
- Host: GitHub
- URL: https://github.com/JetradarMobile/android-snowfall
- Owner: JetradarMobile
- License: apache-2.0
- Created: 2016-12-22T20:29:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T12:24:09.000Z (over 3 years ago)
- Last Synced: 2024-08-01T01:28:50.492Z (3 months ago)
- Topics: android, animation, christmas, kotlin, snow
- Language: Kotlin
- Homepage:
- Size: 13.3 MB
- Stars: 1,172
- Watchers: 32
- Forks: 173
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-kotlin - android-snowfall - Fully customizable implementation of "Snowfall View" on Android. (Libraries)
- awesome-kotlin-android - android-snowfall - 完全自定义实现的下雪效果🔥🔥🔥🔥 (开源库 / UI)
- awesome-github-android-ui - android-snowfall - 安卓Snowfall View的全自定义实现 (其他)
- awesome-kotlin - Android Snowfall - Fully customizable implementation of Snowfall View on Android. (Libraries / Android)
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.