Sharon Maisharon-mai.hashnode.dev·Dec 14, 2024【2024】Android Hilt 安裝指南:使用 Kotlin DSL 和 Version Catalog 的現代配置本文介紹如何使用現代化方式安裝 Hilt。快速開始,請按照以下步驟執行: 安裝流程 版本資訊 目前已驗證的版本組合: 組件版本備註 AGP8.7 Kotlin1.9.21使用相容 Compose 版本 KSP1.9.21-1.0.15使用對應 Kotlin 版本 Hilt2.48AGP 7.0+ 要求 JDK17AGP 8.0+ 要求 檔案架構圖 app/ ├── src/ │ ├── main/ │ │ ├── java/com/example/app/...Android Dev Guidehilt
Mayursinh Parmarmayursinhdevblog.hashnode.dev·Jun 17, 2024Building a Modern News App with MVVM, Retrofit, Hilt, Pagging and Jetpack Compose in KotlinHello developers! Today, we're going to create a News application using the MVVM design pattern, Retrofit for network calls, Hilt for dependency injection, and the modern UI toolkit Jetpack Compose for the user interface. Let's dive in and have some ...124 readsAndroidAndroid
Mukesh Rajputrajputmukesh748.hashnode.dev·May 8, 2024Hilt: Simplifying Dependency Injection in AndroidDependency injection (DI) offers a structured approach to provide objects to classes without directly creating them. Hilt, an extension library built on top of Dagger, streamlines DI by automating boilerplate code and integrating seamlessly with Jetp...hilt