I'm building ADB Remote from the sole desire to be able to do Android development without having to commit to launching Android Studio.
ADB Remote wraps common ADB and Gradle operations into a single interface. Useful for quick tasks like checking LogCat, managing devices, running builds, or testing a specific Git branch.
What it does:
File Explorer: Browse your project files and open them directly in your terminal/editor
Git Operations: Checkout and run any branch/tag directly on a device
Gradle Tasks: Run assembleDebug, installDebug, or custom tasks with streaming output
Logcat Viewer: Live filtering by level, tag, or search text
Activity Tracker: Monitor the current foreground activity
The audio in this video https://youtu.be/xQLF7Iw6Sq0 I made is entirely from ElevenLabs, so are the 2 shorts I made on that channel, people liked it more
I really like this format and would like to do more of these videos, do you have any challenging Android interview questions from companies in your area? I'd love to hear them and try to answer them in future videos
reply