Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [android-instant-apps]

Android Instant Apps are special kind of native mobile apps that can be run instantly on Android device, without prior installation, just by clicking on a web link - or the Try Now button in the Play Store. Use this tag for questions about Android Instant Apps development, debugging and deployment. Consider adding [android] tag as well.

android-instant-apps
10 votes
2 answers
2k views

Applying the plugin 'kotlin-android' in an Instant App results in "null cannot be cast to non-null type com.android.build.gradleBasePlugin"

I've been trying to combine the newly publicly released Android Instant Apps with the Kotlin programming language. After creating my project using the following (standard?) setup, I get an Error with ...
Alexandre Piveteau's user avatar
2 votes
4 answers
1k views

Android instant app: Strategy for splitting up single activity apps

I am currently investigating how we can get an instant app version of our app. The main issue/question i have is how we can split up the app into smaller chunks so we meet the requirements of the max ...
Gillis Haasnoot's user avatar
24 votes
3 answers
37k views

How to access and pass parameters to the modules of an Android Instant App

With normal installed apps it's possible to use the technique of Deep Linking in order to not only open a specific application from an URL but also to redirect it to a specific section/function such ...
user avatar
2 votes
1 answer
213 views

How can I make my instant apps part of the app discovery experience such as launchers in Android O?

At Google IO 2017, there was a demo of searching for an app name in the launcher and launching an instant app. How can my instant app be part of the launcher?
Arun Venkatesan's user avatar
5 votes
2 answers
503 views

Should I implement app links in my installed app along with my instant app? What the right way to implement app links?

The docs state that both my instant and installed app should implement App Links. Why should the installed app implement App Links as well, since I only want my instant app URLs to be surfaced ...
Arun Venkatesan's user avatar
8 votes
1 answer
2k views

Android Studio Preview 3.0 - Application installation failed when running instant app

I am new to running instant app. I have created a new "Hello World" project with instant app support, according to android developer documents. But, when running "instantapp", the following error ...
mm49307's user avatar
  • 2,672
25 votes
5 answers
2k views

Android Instant App: How to create URL addressable modules?

Google updated their documentation about instant apps recently: Prepare your app Most of the points are clear except 3. Refactor your app, if necessary. They suggest for retail modules like browse,...
Fahim's user avatar
  • 1,441
-1 votes
2 answers
148 views

How could Android Instant Apps affect the existing app?

How will the Instant app affect the already existing app ? When its out in the market does it mean that all the existing app must be made compatible to be behave like instant app ? Does anyone has ...
leolin1011's user avatar
9 votes
2 answers
3k views

Can Android Instant Apps be integrated with Hybrid app?

The Android Instant Apps is a new thing, and I just wanted to know if it can be integrated with the Hybrid app structure (HTML/JS with Cordova wrapper). I'm not a native app developer so I'm not sure ...
michael's user avatar
  • 91
-1 votes
1 answer
345 views

Android Instant Apps Play Store [closed]

Lots of info about these apps needing to be deployed via the play store. But cannot find official docs regarding if we could deploy these apps using a private custom app store.... Is there some kind ...
JoshuaTree's user avatar
  • 1,251
2 votes
1 answer
1k views

How runtime permissions are handled in Android instant app?

Android N Developer preview introduced a new feature called Android Instant Apps. I read basic information about this topic and here is my understanding: Android Instant Apps enables Android apps ...
AADProgramming's user avatar
2 votes
2 answers
720 views

Is Android Instant App different from app streaming?

As from Google I/O 2016 key note, Google has Introduced Android Instant Apps This is pretty clear from the description that it is going to be possible to download a part of application (that is ...
Akshay Kulkarni's user avatar
-1 votes
4 answers
2k views

Android Instant App

As shown in Google IO 2016 about Instant App, how to enable it in our application? And at which place or how to identify the screen for which Instant app should be enabled? On top of this how ...
Jimit Patel's user avatar
  • 4,287

15 30 50 per page
1
33 34 35 36
37