简介 目录 评价 推荐
  • qq_无名_113 2024-11-12

    M层负责从数据库中获取数据

    0赞 · 0采集
  • qq_无名_113 2024-11-12

    mvc 形式   Controller 持有Model 先Model 传递数据,而Model向View传递数据 一般使用Callback的形式

    0赞 · 0采集
  • 梦里花99 2024-01-03

    箭头表示的是事件的传递方向

    0赞 · 0采集
  • COBER 2021-08-12

    Android中MVC框架相比没有框架的情况下,主要将数据操作部分迁移到Model层,通过监听回调返回数据,Model不直接持有View的引用。

    0赞 · 0采集
  • weixin_慕神9239690 2021-06-09


    View ====> Controller ====> Model -- (callback) --> View

    0赞 · 0采集
  • 日就月将 2020-11-04
    MVC V 布局文件 M 数据处理 C 业务逻辑
    截图
    0赞 · 0采集
  • 日就月将 2020-11-02
    MVC在安卓中
    截图
    0赞 · 0采集
  • 慕龙北星 2020-02-27

    MVC模型图,箭头表示事件传递的方向。


    截图
    0赞 · 0采集
  • 慕龙北星 2020-02-27

    MVC模型简介。

    截图
    0赞 · 0采集
  • 学员1010 2019-09-26

    MVC 全名 Model View Controller 即模型-视图-控制器

    Android角度

    Controller :Activity 、Fragment

    View: layout、view控件

    Model:数据处理 一些网络请求 数据库操作

    Controller->Model->View->Controller 循环不断

    0赞 · 1采集
  • 东华紫府少阳君 2019-09-18

        MVC:Controller:Activity、Fragment

                    View:layout、View

                    Model:数据处理(网络请求、SQL等)

    截图
    0赞 · 0采集
  • 小马本色 2019-09-10

    MVC的职责分别是什么?

    截图
    0赞 · 1采集
  • 小马本色 2019-09-10

    事件的传递,数据的传递,Controller向Model传递数据,Controller持有model的引用;  model向view传递数据,通过注册监听的方式。


    截图
    0赞 · 1采集
数据加载中...
开始学习 免费