Skip to content

Ayusch/PulsatingButtonAndroidLibrary

Repository files navigation

PulsatingButton

A simple Android UI library to create a Growing and Shrinking button. It's pulse rate and size of pulse offset can be controlled.

Usage:

XML:

    <com.ayusch.pulsatingbutton.PulsatingButton
        android:id="@+id/pulsating_button"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_centerInParent="true"
        app:horizontalOffset="40"
        app:pulseDuration="1000"
        app:verticalOffset="40" />

Kotlin:

class MainActivity : AppCompatActivity() {

    override fun onCreate(savedInstanceState: Bundle?) {
        super.onCreate(savedInstanceState)
        setContentView(R.layout.activity_main)
        pulsating_button.startAnimation()
    }
}

Download

Download

For Maven:

<dependency>
  <groupId>com.ayusch.pulsatingbutton</groupId>
  <artifactId>pulsatingbutton</artifactId>
  <version>1.1.1</version>
  <type>pom</type>
</dependency>

For Gradle:

implementation 'com.ayusch.pulsatingbutton:pulsatingbutton:1.1.1'

Developed By

Ayusch: https://ayusch.com

Email: contact@ayusch.com

License

   Copyright (C) 2019 Ayusch Jain
   Copyright (C) 2011 Android Open Source Project

   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.

Contributing to Pulsating Button

All pull requests are welcome.

About

A simple android UI library to show a shrinking and growing button.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages