How to minimize the cache size of Android applications

The size of the cache for the Android application is about 40 MB, when I download the application to the device, and it shows a blank screen when the application starts for the 1st time. I do not know how to solve this problem, please help.

these are the libraries that i use.

compile(group: 'com.microsoft.azure', name: 'azure-notifications-handler', version: '1.0.1', ext: 'jar')
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:design:23.4.0'
compile 'com.android.support:cardview-v7:23.4.0'
compile 'com.google.code.gson:gson:2.6.2'
compile 'com.android.support:support-v4:23.4.0'
compile 'com.google.android.gms:play-services:8.4.0'
compile 'com.squareup.picasso:picasso:2.5.2'
compile 'com.microsoft.azure.android:azure-storage-android:0.6.0@aar'
compile 'com.microsoft.azure:azure-mobile-services-android-sdk:2.0.3'
compile 'com.android.support:multidex:1.0.1'
compile 'com.android.support:recyclerview-v7:22.2.0'
compile 'com.mcxiaoke.volley:library-aar:1.0.0'
+4
source share
2 answers

- , . ... , , ? , , , : , , . , ( , , ). , android:windowBackground, , , super.onCreate() .

Google+ -, : .

+2

, , - , - , .

+1

Source: https://habr.com/ru/post/1649891/


All Articles