KO
|
EN
gitlite — search
Search
#python
#ai-agent
#agentic-ai
#automation
#genpark
#llm-tools
#mcp-server
#dsh-plugin
#dotfiles
#ruby
#vim
#php
codelab-android-hilt
★ 367
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
godot-go
:
Go language bindings for the Godot Engine's GDNative API.
api-testing
:
Open source API testing tool. 开源接口调试、测试工具。Mock Server
multimodal-sentiment-analysis
:
Attention-based multimodal fusion for sentiment analysis
Kakao
:
Nice and simple DSL for Espresso in Kotlin
AutoHarness
:
AutoHarness: Automated Harness Engineering for AI Agents
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
codelab-android-hilt
?
Download (.md)
# Using Hilt in your Android app This folder contains the source code for the "Using Hilt in your Android app" codelab. The codelab is built in multiple GitHub branches: * `main` is the codelab's starting point. * `solution` contains the solution to this codelab. # Introduction Dependency injection is a technique widely used in programming and well suited to Android development. By following the principles of dependency injection, you lay the groundwork for a good app architecture. Implementing dependency injection provides you with the following advantages: * Reusability of code. * Ease of refactoring. * Ease of testing. # Pre-requisites * Experience with Kotlin syntax. * You understand Dependency Injection. # Getting Started 1. Install Android Studio, if you don't already have it. 2. Download the sample. 3. Import the sample into Android Studio. 4. Build and run the sample. # Comparison between different branches * [Full codelab comparison](https://github.com/googlecodelabs/android-hilt/compare/main...solution) # License ``` Copyright (C) 2020 The Android Open Source Project 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 https://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. ```