/ChatBar

ChatBar for Android, A sweet message box designed for Android developers.

Primary LanguageJavaMIT LicenseMIT

ChatBar for Android

A sweet message box designed for Android developers.

ChatBar for Android

Getting Started

Installing

You can use it step by step

Sample use

    private  ViewChatBar viewChatBar;

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);

       viewChatBar = (ViewChatBar) findViewById(R.id.chatbar);

    }

Set Up

Add dependency to your build.gradle

repositories {
        jcenter()
        maven {
            url "https://dl.bintray.com/hugoluna5/maven"
        }

    }
    
dependencies {
  compile 'org.lunainc:chatbar:1.0.0'
}
    

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the MIT License - see the LICENSE.md file for details