Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peteprattis/wallchat-with-firebase-app
A Java Android application that simulates the functionality of a wallchat app that saves user info and user chat in Firebase Realtime Database.
https://github.com/peteprattis/wallchat-with-firebase-app
android android-application android-studio application chat chatroom computer-science firebase firebase-database firebase-realtime-database java program student wallchat
Last synced: about 7 hours ago
JSON representation
A Java Android application that simulates the functionality of a wallchat app that saves user info and user chat in Firebase Realtime Database.
- Host: GitHub
- URL: https://github.com/peteprattis/wallchat-with-firebase-app
- Owner: PetePrattis
- License: mit
- Created: 2019-12-02T13:41:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T16:48:48.000Z (almost 5 years ago)
- Last Synced: 2023-09-14T10:17:32.055Z (about 1 year ago)
- Topics: android, android-application, android-studio, application, chat, chatroom, computer-science, firebase, firebase-database, firebase-realtime-database, java, program, student, wallchat
- Language: Java
- Homepage:
- Size: 427 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Java Android Program / Application
**This is an Android app from my days as a Computer Science student**
_This programm was created for the seventh semester class Modern Software Technology Subjects
and is one of the mandatory projects for the class_> #### Description of project
>
>>A Java Android application that simulates the functionality of a wallchat app that saves user info and user chat in Firebase Realtime Database.> #### Implementation of project
>
> 1. Using Firebase Cloud as a Service and Realtime Database
> 2. Each user will write their username and message and with the click of a button will post their message in the app
> 3. Check for duplicate usernames> #### About this project
>
> - The copy of the Realtime Database is provided in json format
> - The comments to make the code understandable, are within the .java archives
> - This project was written in Android Studio
> - This repository was created to show the variety of the work I did and experience I gained as a student
>