Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BanDev/Xplosion
Xplosion is an updated fork of SmallBang that has been converted to Kotlin
https://github.com/BanDev/Xplosion
android android-library animations kotlin
Last synced: 1 day ago
JSON representation
Xplosion is an updated fork of SmallBang that has been converted to Kotlin
- Host: GitHub
- URL: https://github.com/BanDev/Xplosion
- Owner: BanDev
- License: apache-2.0
- Created: 2020-12-12T16:53:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T20:02:25.000Z (6 months ago)
- Last Synced: 2024-05-20T23:01:21.266Z (6 months ago)
- Topics: android, android-library, animations, kotlin
- Language: Kotlin
- Homepage: https://bandev.uk/xplosion
- Size: 8.05 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-list - BanDev/Xplosion - Xplosion is an updated fork of SmallBang that has been converted to Kotlin (Kotlin)
- Android-Awesome-Resources - Xplosion
README
What is Xplosion?
Xplosion is a fork of SmallBang that has been converted to Kotlin and updated for the latest version of Android.
Usage
-
Step 1. Make suremavenCentral()
is added as a dependency in your root gradle file:
allprojects {
repositories {
mavenCentral()
}
}
-
Step 2. Add the dependency to your app's project gradle file:
dependencies {
implementation 'uk.bandev:xplosion:1.0.7'
}
-
Step 3. Add the view to your layout:
<uk.bandev.xplosion.XplosionView
android:id="@+id/xplosion"
android:layout_width="wrap_content"
android:layout_height="wrap_content">...
</uk.bandev.xplosion.XplosionView>
Contributing
Looking to contribute to Xplosion? That's great! There are a couple of ways to help out. Translations, bug reports and pull requests are all greatly appreciated. Please refer to our contributing guidelines to get started.
License
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 athttp://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.