Category

Programming Archives

Posts filed under Programming on Ivan Morgillo.

Life / Programming Go to first unread message on Telegram Web How to jump to the first unread message in Telegram Web with a keyboard shortcut — like Slack's Cmd+K but for Telegram. A quick tip for desktop users. Android / Programming ADB Pro: Install and run an Android app on every connected device (2026 Update) adb commands to install or run an Android app on a specific connected device — or every device at once — using device IDs, serial numbers, and helper scripts. Programming / Tech Uninstall and Run in one shot in Android Studio As an Android developer, I live my life one repetitive task after another: Clean, Run Uninstall, Run Restart Clean, Restart Restart with Debugger Click here, click there. Tap... Kotlin / Programming Can I loop over a Kotlin Sealed Class? As an Android developer, I constantly write API clients: 90% of all mobile apps fetch some JSON, parse it and show it in a list ¯\_(ツ)_/¯ To keep a clear separation between...