This is a Chatting application similar to whats app... but with more advanced and useful features
-> This App is build as a part of the MAD Lab Mini-Project (6th Sem VTU curriculum)
-> Do check out our app in the release section
-> All the Reference Images are attached below
-> This App is not intended for public use... It is capable of supporting only upto some hundereds of users.
- Android Studio (Dolphin Version) with JAVA as the preferred language
- Firebase RealTime Database
- Agora API for Video and Voice Calling
- BrainShop's ChatBot
- Retrofit API to interact with ChatBot
- Firebase Cloud Messaging to Enable Mobile Notifications
google-services.json
is hidden and not visible to users...hence the users are requested to create their own database in Firebase and paste the Google-services.json file to theapp
dir in the Android Studio Project.- A file called
secrets.xml
was used to store the sensitive information (FirebaseServerKey
,AgoraAPIKey
,AgoraAppCertificate
) which is hidden from the users... Please note that these information are meant to be kept private... Revealing these info may lead to security threats to the system.
All the reference images and videos related to the app are attached below...