首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏俞其荣的博客

    android-architecture之todo-mvp源码分析

    而 Google 作为“老大哥”,针对此现象为 Android 架构做出了“规范示例”:android-architecture

    52530编辑于 2022-07-28
  • 来自专栏终身开发者

    Android开发常用框架汇总

    barcodescanner MVP相关 Android-CleanArchitecture mvp架构学习实例 https://github.com/android10/Android-CleanArchitecture android-architecture google推荐的学习mvp架构的模版 https://github.com/googlesamples/android-architecture 其他 内存检测 leakcanary https:

    1.8K31发布于 2019-07-31
  • 来自专栏伟大程序猿的诞生

    Android Architecture Blueprints----安卓架构详细分析

    首先,让我们看一下google给出的框架: github : https://github.com/googlesamples/android-architecture 首先本人也没有用过这么多框架 下面是app specification https://github.com/googlesamples/android-architecture/wiki/To-do-app-specification

    1.1K30发布于 2019-01-21
  • 来自专栏极客猴

    Android设计模式之MVP

    https://github.com/antoniolg/androidmvp 谷歌官方MVP实例代码: 1、对应分支todo-mvp:https://github.com/googlesamples/android-architecture 2、对应分支todo-mvp-rxjava: https://github.com/googlesamples/android-architecture/tree/todo-mvp-rxjava 作者

    1.1K10发布于 2018-08-16
  • 来自专栏CSDN技术头条

    Android应用架构前世今生

    很好做到数据的一致性 Google官方支持databing,易于集成 缺点: 数据绑定使得 Bug 很难被调试 数据双向绑定不利于代码重用及扩展 代码的阅读性降低 android-architecture Google官方MVP架构示例项目(https://github.com/googlesamples/android-architecture) TODO-MVP-RXJAVA ?

    1K70发布于 2018-02-06
  • 来自专栏终身开发者

    Android 组件化/模块化之路——在展示层搭建MVP结构

    https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93presenter https://github.com/googlesamples/android-architecture

    91420发布于 2019-07-31
  • 来自专栏码上积木

    Java知识点—反射

    一点事情 为了方便大家学习这个系列,我新建了一个github仓库,会更新Android体系架构所有文章,还有面试专题,思维导图链接等等,地址:https://github.com/JiMuzz/Android-Architecture 这里就不说APT的使用了,下次会专门有章节提到~ Android体系架构 Android体系架构:https://github.com/JiMuzz/Android-Architecture 参考 https

    41830发布于 2021-01-25
  • 来自专栏Android先生

    (新瓶旧酒)谷歌官方MVP项目学习--浅入源码

    这个项目也是金诚先生推荐的2017年Android百大框架排行榜中的一个 android-architecture 一句话介绍:google提供的Android当下各种基本框架 上榜理由:看完它,mvp ,mvvm都将入切瓜砍菜,秋风扫落叶一般... github https://github.com/googlesamples/android-architecture 作者:google 项目的目的是通过展示各种架构 todo-mvp:https://github.com/googlesamples/android-architecture/tree/todo-mvp 应用程序的名字是todo-mvp(待办清单-mvp

    1K10发布于 2018-08-07
  • 来自专栏全栈程序员必看

    Kotlin 函数魔法 – lambda 表达式

    LiveMVVM [Kotlin 编写的 Android MVVM 框架,基于 android-architecture],轻量 MVVM+Databinding 开发框架。

    49530编辑于 2022-07-20
  • 来自专栏企鹅号快讯

    Android应用架构前世今生

    很好做到数据的一致性 Google官方支持databing,易于集成 缺点: 数据绑定使得 Bug 很难被调试 数据双向绑定不利于代码重用及扩展 代码的阅读性降低 android-architecture Google官方MVP架构示例项目(https://github.com/googlesamples/android-architecture) TODO-MVP-RXJAVA 使用RXJAVA对数据流进行处理

    74760发布于 2018-02-07
  • 来自专栏开发者技术前线

    基于路由机制设计的app架构思路

    你写你的我写我的 耦合降低–除了基础库外,其他库没有了依赖关系 该设计不考虑多进程场景,庞大集群项目需另外考虑考虑 更多架构选择/知识点: https://github.com/googlesamples/android-architecture

    66420发布于 2020-11-23
  • 来自专栏代码GG之家

    android MVP 架构思路

    下来为了更好地理解MVP的思路,我们看下官方的MVP demo 地址如下: https://github.com/googlesamples/android-architecture/tree/todo-mvp

    91380发布于 2018-02-01
  • 来自专栏终身开发者

    App 组件化/模块化之路——Repository 模式

    本文Demo :https://github.com/wecodexyz/Componentization 参考文献:https://github.com/googlesamples/android-architecture

    2.3K20发布于 2019-07-31
  • 来自专栏设计模式

    跟着google学习mvp架构

    https://github.com/googlesamples/android-architecture 这章节内容,将会带大家分析google官网这个架构的好东西。

    81940发布于 2020-12-15
  • 来自专栏前端lucio

    Google Android MVP示例解读

    ---- Google MVP示例 Google MVP架构示例:https://github.com/googlesamples/android-architecture Android为开发者对如何设计一个

    59930编辑于 2023-04-22
  • 来自专栏爬虫技术学习

    GitHub 上的顶级项目都是做什么的?(二)

    the-art-of-command-line 命令行的基础教程, 有中文翻译 justjavac/free-programming-books-zh_CN 免费中文编程书 googlesamples/android-architecture

    97430编辑于 2023-03-06
  • 来自专栏Android开发与分享

    【Android】Android开发架构规范【转】

    谷歌官方架构示例android-architecture,以及我之前github中整理的架构合集能给你答案。 开源库的选取以及封装。

    1.6K90发布于 2018-05-18
  • 来自专栏终身开发者

    App 组件化/模块化之路——使用SDK的思路进行模块化设计接口

    这个 Contract 接口设计思路是源于googlesamples/android-architecture

    2K30发布于 2019-07-31
  • 来自专栏移动开发之家

    Dagger2的轻松愉悦解析

    mTasksRemoteDataSource = tasksRemoteDataSource; mTasksLocalDataSource = tasksLocalDataSource; } 最后推荐下相关的demo android-architecture

    75910发布于 2018-08-22
  • 来自专栏Android开发与分享

    Android开发架构规范前言命名规范编程规范代码提交规范架构规范参考文章

    谷歌官方架构示例android-architecture,以及我之前github中整理的架构合集能给你答案。 开源库的选取以及封装。

    1.8K80发布于 2018-05-18
领券