Android Instant Apps Updates API
Written by Kay Ewbank   
Wednesday, 18 October 2017

There's a new version of Google's Android Instant Apps SDK with configuration APKs to improve binary sizes, and a new API to keep user context when they move from an instant app to an installed app.

 

androidinstantapps

 

An instant app is a crossover between a native app and a web app. It has the advantage that a user can run it without installing it. Instead, the app is streamed as it is used. This makes it important that the binary is small so the user doesn't have to wait.

To achieve this, the updated version has introduced configuration APKs. A configuration APK lets you isolate device-specific resources and native libraries into independent APKs. The Android Instant Apps framework will then only load the resources and native libraries for the specific device it is being used on, so reducing the overall size of the instant app on the device. The developers of Instant Apps say the new version supports configuration APKs for display density, CPU architecture (ABI), and language, and that these three have resulted in average reduction of 10 percent in the size of the binaries loaded - YMMV.

The next improvement in the new version is support for persistent user context after installation. This was already supported on Android Oreo, where the internal storage of the instant version of the app is still available if the user moves to an installed version of the app. This new release of the SDK makes this feature available on older versions of the Android Framework, including Lollipop, Marshmallow, and Nougat devices. This means your users get to keep any information they have created while using the Instant App.

The other main improvement to the updated version is better support for NDK. This is a toolset that you can use to implement parts of your app in native code, using programming languages such as C and C++, meaning you can make use of code libraries in those languages. 

 

androiddevicon2017

More Information

Instant App Release Notes

Related Articles

Android Instant Apps Enter Live Testing

Spectacular Launch For Android Oreo

Kotlin Begins Its Takeover Of Android

Kotlin - New Language For Android

Android Programming In Kotlin: Getting Started With Android Studio

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

 

Banner


Acquire New Skills With Coursera Plus & Coursera Coach
21/11/2025

Coursera is currently offering a whopping 40% discount on the cost of an annual subscription to Coursera Plus. And we've found yet another reason to recommend it - Coursera Coach powered by Google Gem [ ... ]



Hour Of AI 2025 About To Start
03/12/2025

Hour Of Code has been renamed. This year and from now on it will be called "Hour Of AI", giving in to this AI-dictated era. Another indication that coding has shifted from a task of manual labor  [ ... ]


More News

 

pico book

 

Comments




or email your comment to: comments@i-programmer.info

<ASIN:1871962536>

Last Updated ( Wednesday, 18 October 2017 )