A View for Android that animates clouds moving past the screen.
Below is an app with the CloudView filling the whole screen. Note: animations are much smoother than they appear in the image.
To use the library, add the following to your Gradle build files:
allprojects {
repositories {
maven {url "https://jitpack.io" }
}
}
dependencies {
implementation "com.github.GerardBradshaw:CloudView:1.0.2"
}
You can build this library directly from the source code. Enter the terminal command below to clone this repo:
git clone https://github.com/GerardBradshaw/CloudView.git
This library is compatible with SDK21+.
This library is available under the Apache Licence 2.0. See the LICENSE file for more info.