打赏
摘要: 一.MVC MVC是Model-View-Controller的缩写,从字面意思可以拆分成如下结构: Model 模型: 封装了业务逻辑相关的数据以及处理方法 View 视图: 用于渲染页面,(对应了布局以及各类控件) Controller 控制器: 用于连接View和Model,处理流程以及页面之 阅读全文
posted @ 2020-10-13 18:20 张学涛 阅读(170) 评论(0) 推荐(0)
摘要: package com.example.myapplication1.widget; import android.annotation.SuppressLint; import android.content.Context; import android.content.res.AssetMan 阅读全文
posted @ 2020-10-13 13:50 张学涛 阅读(285) 评论(0) 推荐(0)