Xplosion is a fork of SmallBang that has been converted to Kotlin and updated for the latest version of Android.
-
Step 1. Make sure
mavenCentral()
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>
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.
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.