Build chat app, android studio (java) with firebase & SQLite
Build a group and one to one chat using android studio with firebase realtime database and SQLite
What you’ll learn
-
Create a new android project
-
Create the interface using XML
-
Create a fireBase project
-
Write, Read data in fireBase realtime dataBase
-
Create a local dataBase using SQLite, so we can save all data locally to reduce internet use
-
Create a class for errors, that can send all errors to fireBase realtime dataBase, so we can see all errors as soon as possible and solve it
-
We will create a sample group chat and one to one chat
-
We will user google sign in activity
-
Auto translate messages before send it
-
You will get all source code in PDFs
Requirements
-
If you can read this so you already have all requirements ( PC, internet access, browser ) + android studio
Who this course is for:
- Beginner in android studio ( java ), fireBase dataBase and SQLite