android / codelab-android-dynamic-features

Apache License 2.0
121 stars 47 forks source link

Unnecessary duplication of description text #30

Open knightfork opened 3 years ago

knightfork commented 3 years ago

In Introduction following text is duplicated which seems unnecessary and does not impart any new insights especially under the heading 'When to use dynamic feature modules'.

"Consider a text messaging app that includes functionality for capturing and sending picture messages, but only a small percentage of users send picture messages. It may make sense to include picture messaging as a downloadable dynamic feature module. That way, the initial app download is smaller for all users and only those users who send picture messages need to download that additional component."