公开标签 #Android开发
安卓架构文章合集(a collection of android Architecture) github地址: AndroidArchitectureCollection github地址 请关注github,后续会在github上面更新 这是从各大平台上参考的android架构文章,文章数据,主要参考自Info,推荐关注 Android官方架构: googlesamples/android-architecture(google官方android架构项目)
⚔️ A common architecture for Android applications developing based on MVP, integrates many open source projects, to make your developing quicker and easier (一个整合了大量主流开源项目高度可配置化的 Android MVP 快速集成框架).
An Android library that makes developers use SQLite database extremely easy. - guolindev/LitePal: An Android library that makes developers use SQLite database extremely easy.
guolin擅长Android疑难解析,Android精华教程,随笔,等方面的知识,guolin关注gradle,RxJava,数据结构,性能优化,Java,Android Studio,Flutter,面试,Android Jetpack,Kotlin领域.
不久前,谷歌正式推出JetpackCompose1.0版本。近日,JetBrains在此基础上发布了ComposeMultiplatformAlpha版本,旨在将Compose扩展到桌面和Web端。ComposeMultiplatform由ComposeforDesktop和ComposeforWeb组成,通过KotlinMultiplatform支持许多不同的平台。其中,Compose Desktop 采用 Google 的Skia图形库,来实现在 Windows、macOS 和 Linux 上的 U
Google tools team一直致力于提高android studio的编译速度,使用最新的gradle插件可以搞编译速度 在Android Gradle Plugin 3.0后,google推出了新的依赖方式,并强制要求废弃老的依赖方式,将原有的compile闭包方法,拆分成implementation,api以明确项目的依赖关系。 其中implementation仅对当前module依赖有效,api同compile,存在依赖的传递性。错误的使用则会导致依赖被加载两次,增加编译时间。
Event bus for Android and Java that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality. - greenrobot/EventBus: Event bus for Android and Java that simplifies communication between Activities, Fragmen
对于Android系统来说,消息传递是最基本的组件,每一个App内的不同页面,不同组件都在进行消息传递。消息传递既可以用于Android四大组件之间的通信,也可用于异步线程和主线程之间的通信。对于Android开发者来说,经常使用的消息传递方式有很多种,从最早使用的Handler、BroadcastReceiver、接口回调,到近几年流行的通信总线类框架EventBus、RxBus。Android消息传递框架,总在不断的演进之中。EventBus是一个Android事件发布/订阅框架,通过解耦发布者和订
腾讯Bugly提供专业的Android Crash(崩溃)、Android native Crash(崩溃)、Android ANR(应用无响应)的监控和解决方案。其中Android native和ANR监控功能处于业界领先位置。 Bugly支持JCenter仓库和Maven Central仓库。为了实现更加灵活的配置,Bugly SDK(2.1.5及以上版本)和NDK(SO库)目前已经分开成两个独立的仓库: SDK:com.tencent.bugly:crashreport NDK:com.tence