This is a messenger Android app for users to text each other. This is used with Kotlin, Java, Firebase, Android Studio.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them:
After installing Android Studio and create project in Firebase, now can setup the project in Android Studio:
-
Open Android Studio.
-
In the Welcome to Android Studio dialog, click Start a new Android Studio project.
-
Give the application a name, such as "MessengerApp". Make sure the Language is set to Kotlin, leave the defaults for the other fields, and Click Finish on the bottom.
- Clone the code and run on Android Studio
- Sync Firebase in Android Studio to have the user database
- How? Follow the instructions here
- Now you are ready to run the app!