The library changes all characters of the string to emoji
- Gradle
Add it in your root
build.gradle
at the end of repositories:add the dependencyallprojects { repositories { ... maven { url 'https://jitpack.io' } } }
dependencies { implementation 'com.github.kavapps:incognito_mode:v1.0.0' }
- More ways to add it
Incognito.changeAllSymbolToEmoji(string); // change each character in the string to emoji
Incognito.changeToEmoji(); // replace the whole line with one emoji