Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

.Which is the design pattern used in Android applications?

Pragya Keshap answered on February 10, 2023 Popularity 9/10 Helpfulness 1/10

Contents


More Related Answers

  • what is design pattern
  • design pattern
  • What are design patterns?
  • design patterns
  • What are design patterns?
  • Why Design Patterns?

  • .Which is the design pattern used in Android applications?

    0

    Android applications predominantly use Model View Presenter

    design pattern.

    1. Model: This is the domain model of the Android

    application. It contains the business logic and business

    rules.

    2. View: These are the UI components in your application.

    These are part of the view. Also any events on UI

    components are part of view module.

    3. Presenter: This is the bridge between Model and View to

    control the communication. Presenter can query the model

    and return data to view to update it.

    4. E.g. If we have a Model with large news article data, and

    view needs only headline, then presenter can query the

    data from model and only give headline to view. In this

    way view remains very light in this design pattern.

    https://medium.com/@ahmadkazimi/6-design-patterns-every-android-developer-must-know-53d912b5864b

    Popularity 9/10 Helpfulness 1/10 Language typescript
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 10 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.