drifter
1.0.0-alpha02
漂流者简化了统一和Android之间的集成,从而无缝又轻松地增强了性能。
将下面的依赖项添加到模块的build.*文件。
build.gradle dependencies {
implementation platform( ' dev.teogor.drifter:bom:1.0.0-alpha01 ' )
}build.gradle.kts dependencies {
implementation(platform( " dev.teogor.drifter:bom:1.0.0-alpha01 " ))
}注意:因此,此库的模块仅包括您要使用的模块。
drifter-compose模块为使用Android应用中的JetPack组成提供了功能。它包括实用程序和组件,以简化基于组成的UI开发。
探索源代码
drifter-integration模块为第三方库和Android开发中常用的第三方库和服务提供了集成点和连接器。它使您可以将Android应用程序与各种服务无缝集成。
探索源代码
drifter-core模块包含核心功能和实用程序,这些功能和实用程序通常在Android项目中使用。它为构建强大的Android应用提供了基础。
探索源代码
drifter-wallpaper模块着重于墙纸相关的功能和Android工具。它简化了现场壁纸和与壁纸相关的功能的发展。
探索源代码
drifter-plugin模块提供了一个Gradle插件,可用于增强您的Android项目构建过程。它提供诸如代码生成,资源管理等的功能。
这个Gradle插件通过提供两个基本任务来简化项目的统一集成:
探索源代码
通过主演该项目并加入我们的星际聚集者社区,向您表示赞赏。
是否想了解我的最新项目和贡献?一定要在Github上关注我! ?
Designed and developed by 2023 teogor (Teodor Grigor)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.