🖥️
Pinned Loading
-
weather
weather PublicThis is my test project for my first job in 2019, and it was rewritten in 2024
Kotlin
-
-
Android Emulator ADB Toggle WiFi (Wi...
Android Emulator ADB Toggle WiFi (Windows batch) 1# Toggle emulator WiFi
21. Add a new "External Tool"
31. Specify `cmd` as a program
41. Add the bellow string into the Argument field
5```bat
-
Gradle: Test android app build speed
Gradle: Test android app build speed 1$numberOfBuilds = 10; `
2$gradleCommand = ".\gradlew --offline --rerun-tasks --no-build-cache --max-workers=4 assembleDebug"; `
3Write-Host 'Starting builds...'; `
4for ($i=1; $i -le $numberOfBuilds; $i++) { `
5$buildTime = iex $gradleCommand | select -last 200; `
-
adb swipe Down & fast swipe Up
adb swipe Down & fast swipe Up 1adb shell "input swipe 811 1888 811 469 300 && input swipe 811 469 811 888 50"
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.