Tags
Language
Tags
March 2025
Su Mo Tu We Th Fr Sa
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
SpicyMags.xyz

Build chat app, android studio (java) with firebase & SQLite

Posted By: ELK1nG
Build chat app, android studio (java) with firebase & SQLite

Build chat app, android studio (java) with firebase & SQLite
MP4 | h264, 1280x720 | Lang: English | Audio: aac, 48000 Hz | 1h 33m | 953 MB

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
Description
Build a group and one to one chat using android studio with firebase real time database and SQLite

This course looks very short, but in fact more than 50% of this course run in 5X speed to reduce the time and the video size, to make it easier for upload and download and watching

In this course we will learn how to:

1. Create a new android studio project using java language

2. Create a new firebase project to store all chat messages

3. Create an error class that will send all error messages with the error line numbers and phone brand and phone model to firebase real time database, so you can control and get all errors as soon as possible to fix all bugs

4. Create a user profile ( user name, user age, user gender ) stored in SQLite database

5. Create a chat bubble using XML shapes

6. Write and read in firebase real time database

7. Save all new messages in a local database using SQLite

8. Display all messages from local database, so you can read all messages in offline mode, display all messages so fast, save internet traffic

9. Create 3 chat groups

10. Create one to one chat

11. Auto translate messages before sending it to partner

12. Integrate google sign in ( sign in to chat app using gmail )

Also you will get all source code in PDF files.

· activities java

· activities xml

· drawable xml

· gradle and manifest

· values xml

Who this course is for:
Beginner in android studio ( java ), fireBase dataBase and SQLite