8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
This is my test project for my first job in 2019, and it was rewritten in 2024
Kotlin
Patterns
CodingWithMitch Dagger2.2 (Kotlin)
Kotlin 1
# Toggle emulator WiFi
1. Add a new "External Tool"
1. Specify `cmd` as a program
1. Add the bellow string into the Argument field
```bat
adb shell "input swipe 811 1888 811 469 300 && input swipe 811 469 811 888 50"
$projectLocation = "SET YOUR PROJECT DIR"
$iterations = 10;
$buildCommand = ".\gradlew --offline --rerun-tasks --no-build-cache assembleDebug"
$cleanupCommand = ".\gradlew clean"
There was an error while loading. Please reload this page.