100% found this document useful (1 vote)
1K views

Chat Application Process Flow

The document outlines the process flow for a chat application, which starts by initializing the app and checking for an internet connection. If connected, it displays a login page where the user enters credentials that are checked against a database. If valid, it retrieves and displays the user's contact list, differentiating online and offline contacts, and allows the user to select an online contact for text, voice, or video chat.

Uploaded by

kkdhineshkumar
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
1K views

Chat Application Process Flow

The document outlines the process flow for a chat application, which starts by initializing the app and checking for an internet connection. If connected, it displays a login page where the user enters credentials that are checked against a database. If valid, it retrieves and displays the user's contact list, differentiating online and offline contacts, and allows the user to select an online contact for text, voice, or video chat.

Uploaded by

kkdhineshkumar
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

CHAT APPLICATION PROCESS FLOW:

Start

Initialize the Application

Check whether the Internet connection connected?

No Close the Application

Yes Show the login Page

Enter the User Name and Password

Submit to login Database Check Username and Password

Display the Error Message If Valid User? No Yes

Get the Contacts list Database Show the Users contacts list

Differentiate the online and offline contacts

Select the online user for chat

Text Chat

Voice Chat

Video Chat

You might also like