New freebie from Google. Can we use it in B4A?

DonManfred

Expert
Licensed User
Longtime User
>Can we use it in B4A?
I guess No.

You need to use the Geminiapp on your Device to use it.

If you find any Googledocumentation about this feature then you can use JavaObject to access it.
But i fear it is not a feature google offers.
 

DonManfred

Expert
Licensed User
Longtime User

How to Use Gemini Live Voice Mode

This new voice feature is integrated into the Android Gemini app, so users need to update their app or download it from the Google Play Store if they haven't already done so. Once installed, users can turn on Live Voice Mode and start talking directly to Gemini.
 

DonManfred

Expert
Licensed User
Longtime User
A note for Android implementations.

Caution: The Google AI client SDK for Android is recommended for prototyping only. For non-prototyping use cases, it is strongly recommended that you use a backend SDK to access the Google AI Gemini API. If you embed your API key directly in your Android app or fetch it remotely at runtime, you risk potentially exposing your API key to malicious actors.


API Reference:
 
Top