BanDev / Xplosion

Xplosion is an updated fork of SmallBang that has been converted to Kotlin

Home Page:https://bandev.uk/xplosion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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>


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 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.

About

Xplosion is an updated fork of SmallBang that has been converted to Kotlin

https://bandev.uk/xplosion

License:Apache License 2.0


Languages

Language:Kotlin 100.0%