Tag: android

View all tags
firebase • Apr 16, 2026

Implement hybrid inference in Android using Firebase AI Logic

In this deep dive, Nohe explores how to implement the hybrid SDK for Firebase AI Logic on Android. One of the biggest headaches in mobile AI is deciding between a cloud model (reliable but costly) and an on-device model (fast but fragmented). Now, you don't have to choose. With Hybrid Inference, your app can prefer the local model already managed by Android’s AICore and seamlessly fall back to Gemini 3.1 Flash in the cloud if the device isn't compatible.

Watch on YouTube
pwa • Dec 7, 2020

Validating your Trusted Web Activity's Digital Asset Links

Digital Asset Links allow your website to declare that it's related to an Android app and vice versa. It also allows your app to display your website full screen and have your app handle intents to your website. We show you how to find and validate your Digital Asset Links for your Trusted Web Activity.

Watch on YouTube