An open API service indexing awesome lists of open source software.

https://github.com/chfern/squaremoticon

😃Square emoticon with transitions for Android
https://github.com/chfern/squaremoticon

android customview kotlin library

Last synced: 2 months ago
JSON representation

😃Square emoticon with transitions for Android

Awesome Lists containing this project

README

          

![Squaremoticon Happy Logo](demo/cheerfulemot.png)
![Squaremoticon Sad Logo](demo/sademot.png)
# squaremoticon
Android emoticon with facial expression transitions

## How to Use
This library is available through jcenter and can be included as follow:
```
implementation "com.fernandochristyanto:squaremoticon:$version"
```
Current version: 1.0.0

## Emoticon
* CheerfulSquareEmoticon
```

```
You can set the emoticon initial state by code
``` smiley.setEmoticonState(emoticonState: Int)```
States:
* CheerfulSquareEmoticon.EMOT_STATE_HAPPY
* CheerfulSquareEmoticon.EMOT_STATE_SAD

Transitions
* ```smiley.animateSad(durationMillis: Long)```
![Happy to Sad](demo/happytosad.gif)
* ```smiley.animateHappy(durationMillis: Long)```
![Sad to Happy](demo/sadtohappy.gif)