Danish Ansari
10/18/2021, 7:56 AM4.2 MB
whereas starter app in Compose is 7.2 MB
having 5 .dex
files. Why there are so many dex files in a starter app?
Edit: I noticed that starter app in XML also has 3 dex files, why is this happening, does this have anything to do with recent versions of Android gradle plugin?Albert Chang
10/18/2021, 8:07 AMSergey Y.
10/18/2021, 8:08 AMAlbert Chang
10/18/2021, 8:12 AMTolriq
10/18/2021, 8:35 AMDanish Ansari
10/18/2021, 11:05 AMandroidx.core:core-ktx
,androidx.appcompat:appcompat
,androidx.compose.ui:ui-tooling-preview
and androidx.lifecycle:lifecycle-runtime-ktx
from Compose app and the APK got reduced to 1.9MB
as compared to XML app's 1.5MB
But the article says APK size got less as compared to older XML approach. how exactly? Could it be Fragments
?Danish Ansari
10/18/2021, 11:06 AMcom.google.android.material:material
but then I started getting errors as they are used to define themes which are used in AndroidManifest's android:theme
Tolriq
10/18/2021, 11:25 AMDanish Ansari
10/18/2021, 1:54 PM504 KB
I have to say I'm impressed