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.