Is there any Android app in Play Store that supports the dynamic delivery feature?
Asked Answered
V

4

6

I want to develop an android app that supports dynamic delivery feature. Although this feature was announced last year, it's still on beta and I couldn't find any real app that uses this technology. Does anybody know any real android app on Play Store that has an on-demand module?

There are lots of news about app bundle, but it's limited to CPU architecture, the display density, and the languages.

Vipul answered 2/4, 2019 at 4:39 Comment(1)
Look at Paytm and indian E-commerce company which has over 100 million users for their Android Application. They are using DD for multiple features in their App.Azores
V
0

It seems Netflix app has a dynamic-feature module. Its customer service feature is a dynamic module that is not installed by default. By clicking on the "Help" button, it will download and install the customer service module.

I've heard that Facebook has a dynamic module but I didn't check that myself. I will update this answer if I found any other apps that have dynamic modules.

Vipul answered 8/5, 2019 at 20:37 Comment(0)
D
3

Previously developers used to to build multiple APKs to target different API versions & device types.

But with Android App Bundle I just upload the single artifact with all of our application resources and the tooling takes care of what needs to be built and delivered to the app user base. I was able to reduce app size by nearly between 60% to 70%.

Nowadays many famous apps like Airbnb , LinkedIn, Twitter use dynamic app delivery for its users.

Have a look at this amazing post on Dynamic App Delivery by Joe Birch

Android developer guide on Dynamic App Delivery

How to use App Bundles to reduce the size of the app

Google Samples Android Dynamic Feature Modules

Distrait answered 2/4, 2019 at 5:34 Comment(2)
Thanks. However, I'm looking for apps that have dynamic-feature-module which changes the architecture of the app and currently there is no automated way to handle it.Vipul
There is indeed no automated way because each app is structured differently and some coding is required to integrate with the Play Core library. Although it's still in beta, it should go out of beta anytime soon now, and as mentioned by others, several big apps are already using it.Talaria
H
0

There are some apps using dynamic features, including some big names you'd recognize, but I'm not sure they have been publicly announced yet. I'd keep an eye on the press around Google I/O 2019 if you are curious, it's only a month away.

Halide answered 2/4, 2019 at 15:22 Comment(0)
V
0

It seems Netflix app has a dynamic-feature module. Its customer service feature is a dynamic module that is not installed by default. By clicking on the "Help" button, it will download and install the customer service module.

I've heard that Facebook has a dynamic module but I didn't check that myself. I will update this answer if I found any other apps that have dynamic modules.

Vipul answered 8/5, 2019 at 20:37 Comment(0)
J
0

Adobe Acrobat also supports that: https://developer.android.com/stories/apps/adobe-app-bundle

Jataka answered 28/6, 2021 at 19:35 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.