Is it possible to create this type of popup using floating window aix when I press the home button
TIMAI2
August 27, 2025, 11:47am
2
Recreate the look and behaviour of the gemini widget and load this with the floating view extension. You could build in speech to text...
Get the Gemini API and API key
Use webviewer to action your Gemini reuqest
Can you please provide an example how to make thai type of widget
TIMAI2
August 27, 2025, 4:58pm
4
Very quick one:
gemini.aia (14.6 KB)
You will need an extension to create the rainbow rounded border
and a method to send the question to gemini.
TIMAI2
August 27, 2025, 6:21pm
6
You might want to consider this extension for your popup:
1.Introduction
Description: Using this extension you can create dialogs like bottom sheet and top sheet (with similar animation).Also you can specify animation style (left,right,bottom,top).
Latest Version: 1.1
Released: 2021-05-26T18:30:00Z (UTC)
Last Updated: 2021-07-22T18:30:00Z (UTC)
2.Blocks
[image]
[image]
3.Documentation
Register arrangement
[image]
id ~ int
component ~ AndroidViewComponent
gravity ~ int (48 for Top,80 for bottom and 17 for center; more values can be found here ) …
Is it possible to create a transparent button so that if I click outside the boundaries of floating window it closes the floating window
I am confused using this arrangement with floating view aix can you please provide an example
TIMAI2
August 28, 2025, 7:41am
9
What you having trouble with. Show your work so far.
Try this:
gemini2.aia (38.3 KB)