All Projects β†’ hanks-zyh β†’ Smallbang

hanks-zyh / Smallbang

Licence: apache-2.0
twitter like animation for any view πŸ’“

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Smallbang

Zonkeynet
RADIO Mesh Network
Stars: ✭ 12 (-98.8%)
Mutual labels:  twitter
Huginn
Create agents that monitor and act on your behalf. Your agents are standing by!
Stars: ✭ 33,694 (+3272.77%)
Mutual labels:  twitter
Badusb botnet
πŸ‘₯😈 Infect a pc with badusb and establish a connection through telegram.
Stars: ✭ 32 (-96.8%)
Mutual labels:  twitter
Twitter Bot
πŸ‘» Markov chain-based Japanese twitter bot
Stars: ✭ 12 (-98.8%)
Mutual labels:  twitter
D3 Digest
SlackBot that watch channels looking for links and reactions, and generates digests based on those reactions
Stars: ✭ 15 (-98.5%)
Mutual labels:  twitter
Vue Twitter Counter
Counter component inspired in Twitter with Vue
Stars: ✭ 29 (-97.1%)
Mutual labels:  twitter
Chir.py
twitter news bot that builds followers, posts, and bitcoin via ppc links
Stars: ✭ 10 (-99%)
Mutual labels:  twitter
Social Post Bundle
Symfony bundle to publish status updates on Facebook, LinkedIn and Twitter.
Stars: ✭ 35 (-96.5%)
Mutual labels:  twitter
Scheduled Tweets App
A Laravel app to schedule tweets
Stars: ✭ 21 (-97.9%)
Mutual labels:  twitter
Ueberauth twitter
Twitter Strategy for Überauth
Stars: ✭ 31 (-96.9%)
Mutual labels:  twitter
Reddit Twitter Bot
Subreddit bot to upload newest image posts to a Twitter feed
Stars: ✭ 14 (-98.6%)
Mutual labels:  twitter
Searchtwitter
Android app, which allows to search tweets as user types and scroll them infinitely
Stars: ✭ 14 (-98.6%)
Mutual labels:  twitter
Node Twitter Api
Twitter API 1.1 client for NodeJS
Stars: ✭ 29 (-97.1%)
Mutual labels:  twitter
Guffer
Guffer tweets based on a daily schedule
Stars: ✭ 12 (-98.8%)
Mutual labels:  twitter
Feeds
Importiert Daten aus API-Quellen wie Facebook, Instagram, Twitter, YouTube, Vimeo oder RSS (ehemals YFeed)
Stars: ✭ 34 (-96.6%)
Mutual labels:  twitter
Tweety
.NET Standard Library to help in managing Twitter Webhook APIs.
Stars: ✭ 11 (-98.9%)
Mutual labels:  twitter
Jetweet
Jetweet is a mini twitter clone with basic functionalities, Made using ASP.NET CORE and Entity framework technologies
Stars: ✭ 29 (-97.1%)
Mutual labels:  twitter
Twitter Downloader Telegram Bot
πŸ€– Telegram bot for download video from twitter.
Stars: ✭ 37 (-96.3%)
Mutual labels:  twitter
Parsetwitterutils Android
A utility library to authenticate ParseUsers with Twitter
Stars: ✭ 34 (-96.6%)
Mutual labels:  twitter
Grain
The Entire History of You
Stars: ✭ 30 (-97%)
Mutual labels:  twitter

SmallBang

twitter like animation for any view πŸ’“

Demo APK

Usage

dependencies {
    implementation 'pub.hanks:smallbang:1.2.2'
}
<xyz.hanks.library.bang.SmallBangView
    android:id="@+id/like_heart"
    android:layout_width="56dp"
    android:layout_height="56dp">

    <ImageView
        android:id="@+id/image"
        android:layout_width="20dp"
        android:layout_height="20dp"
        android:layout_gravity="center"
        android:src="@drawable/heart_selector"
        android:text="Hello World!"/>
</xyz.hanks.library.bang.SmallBangView>

or

<xyz.hanks.library.bang.SmallBangView
    android:id="@+id/like_text"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    app:circle_end_color="#ffbc00"
    app:circle_start_color="#fa9651"
    app:dots_primary_color="#fa9651"
    app:dots_secondary_color="#ffbc00">

    <TextView
        android:id="@+id/text"
        android:layout_width="50dp"
        android:layout_height="20dp"
        android:layout_gravity="center"
        android:gravity="center"
        android:text="hanks"
        android:textColor="@color/text_selector"
        android:textSize="14sp"/>
</xyz.hanks.library.bang.SmallBangView>

Donate

If this project help you reduce time to develop, you can give me a cup of coffee :)

paypal

Contact & Help

Please fell free to contact me if there is any problem when using the library.

welcome to commit issue & pr


License

This library is licensed under the Apache Software License, Version 2.0.

See LICENSE for full of the license text.

Copyright (C) 2015 [Hanks](https://github.com/hanks-zyh)

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].