MVC | Model View Controller | Android MVC Example Login Validation

preview_player
Показать описание
Hi , if this video was helpful to you, then please do Subscribe, PROTO CODERS POINT.
🙏 🙏 🙏 🙏. Please show Support🤝

____________________________________________________________________

Hi Guys, Welcome to Proto Coders Point, In this Android Tutorial we will discuss on What is Model View Controller (MVC) & Implement a Android Login Validation form using MVC Pattern.

What is MVC – Model View Controller?
A MVC Pattern – stands for MODEL VIEW CONTROLLER, It is an Software Design Pattern, usually used in developing user interfaces.
MVC Architecture pattern is a way how the information or data is been presented to the user & how the user interact/deals with the data view.
A MVC framework is nearly utilized in all development process like Web development and portable application like android MVC and IOS MVC.

MVC Architecture Components
It has 3 Components i.e. MODEL-VIEW-CONTROLLER.

MODEL
Here Model is nothing but a data, it directly manages the data, logic and rules of the application.
A Model is responsible for managing data of an app.
VIEW
A View in MVC is nothing but a UI design, How you can display the data to the USER screen.
A view means presentation of the data in a particular format.
CONTROLLER
A Controller is typically a piece, which control all the task/event that a user perform, Such as event handling, navigation, Communication between model & view happens in controller in MVC.
A Controller recieve the input, validate it, & pass the validated input to Model.
#MVCArchitecture

Comment below for any queries 😀
Follow and support me:

Be sure to ask for help in the comments if you need any. Suggestions for future Flutter tutorials are also very welcome! :)

For mobile application development keep learning freely from proto coders point
.
Рекомендации по теме
Комментарии
Автор

Clean and nice way of explaining. Cheers

ritoupadhyay
Автор

Bro please make a video with this same architecture pattern using firebase(crud operations).
You already got one new subscriber!!

omkarp
Автор

In MVC Controller doesn't have a reference to a View. What you showed here is more like MVP

AlexGnok
Автор

😊👍👌
Bro please also make a tutorial on How to create an onboarding screen (intro screen)
using the GetX library and shared preference library? plz, make a tutorial on this topic..😊👍👌

jk
Автор

Why we used interfaces? I think there was no need to use them. So I deleted all interfaces app still worked same. I am new in mvc so please answer to this. Thanks a lot for this nice video.

siketrun
Автор

Pls upload first simple then complex.


And also want android interface callback

vadakkanchottanikara
Автор

this not MVC pattern(Where the view should also connected to the model) but MVP pattern

mobogamesstudio
Автор

this pattern is mvp? or mvc I think its pattern is mvp

mudassirhussain
Автор

👍👍👌🌼🌸🌺Using GetX library can we make possible using phone, email, and username in only one text field insted making three text field?
how to do that using GetX library ? In one text field I want to use phone, email and user name. How to do that using GetX LIbrary?
please make videos on it. Thanks in advanced bro...🌼🌸🌺👍👌

jk