Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
>