Skip to content

naseemakhtar994/ChatBar

 
 

Repository files navigation

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

    ChatBarView chatBarView;

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

        chatBarView = (ChatBarView) findViewById(R.id.chatbar);
    }

Set Up

Add dependency to your build.gradle

repositories {
        jcenter()
        maven {
            url "http://dl.bintray.com/cnkgn/maven"
        }

    }
    
dependencies {
  compile 'com.cenkgun:chatbar:1.0.2'
}
    

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

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%