Skip to content

A video and chat collaboration android application.

Notifications You must be signed in to change notification settings

Pranjal9999999/Buzz

Repository files navigation

Buzz


Buzz

An awesome video conference and chatting android application!!

Direct apk download

Table of Contents
  1. About The Project
  2. Built With
  3. Features
  4. Installation

About The Project





You can view the video demo too: Click here

  • A video call and chat application which maintains a database of users and their chats which can visited any time.
  • Kotlin is used to build backend and XML to build frnotend.
  • The UI components used are Recycler View, Lottie animations, Liquid-Cuberto,
  • For database Firestore is implemented and queries are set up to retrieve the data and update automatically.

Built With

Features

  1. Authenfication
  2. Onboarding Screen
  3. Display list of Users
  4. Chat with any user
  5. simultaneous video call while chatting
  6. Toggle camera, audio, video
  7. Video Conference

Installation

1.Install the apk file from here APK to your android device.

(or) clone the repo and . go to github.properties and replace the gpr.usr with your id and gpr.key with your github personal access token. Step 1 : Generate a Personal Access Token for GitHub

 Inside you GitHub account:
 Settings -> Developer Settings -> Personal Access Tokens -> Generate new token
  Make sure you select the following scopes (“ read:packages”) and Generate a token
  After Generating make sure to copy your new personal access token. You cannot see it again! The only option is to generate a new key.
  Step 2: Store your GitHub — Personal Access Token details

  Create a github.properties file within your root Android project
  In case of a public repository make sure you add this file to .gitignore for keep the token private
  Add properties gpr.usr=GITHUB_USERID and gpr.key=PERSONAL_ACCESS_TOKEN
  Replace GITHUB_USERID with personal / organisation Github User ID and PERSONAL_ACCESS_TOKEN with the token generated in #Step 1

For further details refer to Liquid Cuberto
2. It will successfully install for devices with android above 6.0 and a free space of 140MB.
3. Signup by entering your email and password and login with the same credentials.
4. You will see the list of other users.
5. Click on it and chat and video call with any of them.