Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SKOverlay equivalent in Android [closed]

Is there any equivalent to SKOverlay on Android? My goal is to cross-promote the installation of my other applications and I would like to provide a recommended installation option without having to exit the app (or at least showing a popup), with an inline button.

The idea is achieve something like that (from Admob ads):

enter image description here

I don't know if this kind of views are accesible for developers or is just something Google makes for internal use

like image 515
Addev Avatar asked Jun 12 '26 10:06

Addev


1 Answers

Yes, to achieve this you should make an Instant app within you r app

then using Instant apps sdk you achieve something similar.

Example:

enter image description here

like image 169
Jabbar Avatar answered Jun 13 '26 23:06

Jabbar