Skip to content

The library changes all characters of the string to emoji

Notifications You must be signed in to change notification settings

kavapps/incognito_mode

Repository files navigation

Incognito mode

The library changes all characters of the string to emoji

Installation

  • Gradle Add it in your root build.gradle at the end of repositories:
    allprojects {
    	repositories {
    		...
    		maven { url 'https://jitpack.io' }
    	}
    }
    
    add the dependency
    dependencies {
            implementation 'com.github.kavapps:incognito_mode:v1.0.0'
    }
    
  • More ways to add it

Usage

    Incognito.changeAllSymbolToEmoji(string); // change each character in the string to emoji
    
    Incognito.changeToEmoji(); // replace the whole line with one emoji
    

About

The library changes all characters of the string to emoji

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages