An awesome video conference and chatting android application!!
Table of Contents
- 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.
- Authenfication
- Onboarding Screen
- Display list of Users
- Chat with any user
- simultaneous video call while chatting
- Toggle camera, audio, video
- Video Conference
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.