Skip to content
View xuell0601's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report xuell0601

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
xuell0601/README.md

Hi there 👋

Pinned

  1. FlowLayout FlowLayout Public

    🔧 🌐自定义流式布局,⚡标签一.自定义控件的流程 //1.第一步,测量 onMeasure(); //2.第二步,布局 onLayout(); //3.第三部,绘制 onDraw() 1 2 3 4 5 6 二.自定义控件的分类 继承View重写onDraw方法  用于实现一些不规则的效果,不方便通过组合的方式达到,需要通过静态或者动态的显示一些不规则的图形的,需要通过绘制的方式实现,这种…

    Java 2

  2. Mvp- Mvp- Public

    ✏️ 🔥 MVC就不说了,接触过开发应该都知道----- 看了很多关于mvp的博客,一看一大堆,官方话更多 MVP(Model-View-Presenter)模式解释 Model: 数据层. 负责与网络层和数据库层的逻辑交互. View: UI层. 显示数据, 并向Presenter报告用户行为. Presenter: 从Model拿数据, 应用到UI层, 管理UI的状态, 决定要显示什么,…

    Java 3

  3. TicketUnion TicketUnion Public

    Dart 3

  4. ListViewDemo ListViewDemo Public

    ListView 分页加载 通过滑动监听来实现加载数据 demo简单,需要时直接copy

    Java 1

  5. Android-MvvmComponent-App Android-MvvmComponent-App Public

    Forked from darryrzhong/Android-MvvmComponent-App

    Android 组件化开源app -开眼短视频(OpenEyes)

    Java 1

  6. flutter_mvvm flutter_mvvm Public

    Dart