A sweet message box designed for Android developers.
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);
}
Add dependency to your build.gradle
repositories {
jcenter()
maven {
url "https://dl.bintray.com/hugoluna5/maven"
}
}
dependencies {
compile 'org.lunainc:chatbar:1.0.0'
}
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE.md file for details