- OcculText is an android messenger application which seeks to provide all the modern messaging functionalities without any contingencies.
- It provides a free and fun-to-use messaging UI to its users.
- It provides image sharing service.
- Users can use a common chat room feature to chat with users in the database.
- Story mode allows users to upload images onto their status/story which can be seen by others
- Android SDK v23
- Android Build Tools v23.0.2
- Android Support Repository v23.3.0
Clone this repository and import into Android Studio
git clone https://github.com/neelangshu007/Occul-Text-App.git
This sample uses the Gradle build system. To build this project, use the "gradlew build" command or use "Import Project" in Android Studio.
Remember to use your own Firebase Project for integration befor running the app otherwise all the data will get stored in out Firsebase Project.
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push your branch (git push origin my-new-feature)
- Create a new Pull Request