GithubHelp home page GithubHelp logo

qasimnawaz / android-kotlin-chat-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wajahatkarim3/android-kotlin-chat-app

0.0 0.0 0.0 4.98 MB

Android Kotlin Chat App (Includes 100% Ready UI)

Kotlin 96.76% Java 3.24%

android-kotlin-chat-app's Introduction



CometChat Android Demo app (built using CometChat Pro) is a fully functional messaging app capable of one-on-one (private) and group messaging. The app enables users to send text and multimedia messages like audio, video, images, documents.

Platform Platform

Table of Contents

  1. Screenshots

  2. Installation

  3. Run the Sample App

  4. Customizing the UI

  5. Integrating this sample into your own app

  6. Contribute

ScreenShots

Installtion

Simply Clone the project from android-kotlin-chat-app repository and open in Android Studio. Build the Demo App and it will be ready to Run

Run the Sample App

To Run to sample App you have to do the following changes by Adding ApiKey and AppId

  • Open the Project in Android Mode in Android Studio

  • Go to Under java --> com\inscripts\cometchatpulse--> StringContract

  • Under class StringContract.kt go to class named AppDetails

  • modify APP_ID and API_KEY with your own ApiKey and AppId

    val APP_ID: String = "XXXXXXXXX"

    val API_KEY: String = "XXXXXXXXX"

Note

You can Obtain your APP_ID and API_KEY from CometChat-Pro Dashboard

For more information read CometChat-Pro Android SDK Documentation

Studio Guide

Customizing the UI

We have provided three themes with our sample app namely PersianBlue, MountainMeadow, AzureRadiance. To apply the themes:

  • Go to Application class CometChatPro

  • Create constructor of class Appearance and pass any of these three values

    1.PERSIAN_BLUE

    2.MOUNTAIN_MEADOW

    3.AZURE_RADIANCE

example Appearance(Appearance.AppTheme.PERSIAN_BLUE)

To make your custom appearance go to Appearance class under package named Utils i.e

Go to Under java --> com\inscripts\cometchatpulse--> Utils--> Appearance

Integrating this sample into your own app

Copy sample app in your project

remove login and add your own authentication method

launch MainActivity and start using the app

Contribute

Feel free to make Pull Request.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.