Stars
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
A powerful image downloading and caching library for Android
google / dagger
Forked from square/daggerA fast dependency injector for Android and Java.
Powerful and flexible library for loading, caching and displaying images on Android.
This is a sample app that is part of a series of blog posts I have written about how to architect an android application using Uncle Bob's clean architecture approach.
⚔️ A common architecture for Android applications developing based on MVP, integrates many open source projects, to make your developing quicker and easier (一个整合了大量主流开源项目高度可配置化的 Android MVP 快速集成框架).
PaddlePaddle High Performance Deep Learning Inference Engine for Mobile and Edge (飞桨高性能深度学习端侧推理引擎)
UltraViewPager is an extension for ViewPager to provide multiple features in a single ViewPager.
Tangram is a modular UI solution for building native page dynamically including Tangram for Android, Tangram for iOS and even backend CMS. This project provides the sdk on Android.
ViewPager cards inspired by Duolingo
🍋 Android实现Http标准协议框架,支持多种缓存模式,底层可动态切换OkHttp、URLConnection。
@Deprecated android 自定义日历控件 支持左右无限滑动 周月切换 标记日期显示 自定义显示效果跳转到指定日期
Renderers is an Android library created to avoid all the boilerplate needed to use a RecyclerView/ListView with adapters.
📌 A view controller manages a set of views that make up a portion of your app’s user interface,it aims to make ui develop change more clear and flexible.(ViewControler 是一种界面开发组件化实现方式,利用它可以将一些复杂的 UI…