6
largeHeap을 true로 설정하면 어떤 이점이 있습니까?
android:largeHeap="true"아래에서 볼 수 있듯이 설정하고있는 거의 50 개의 클래스가있는 앱이 있습니다. 이것이 좋은 습관입니까? <application android:name=".MyApplication" android:allowBackup="true" android:icon="@drawable/ic_launcher" android:label="Mall" android:largeHeap="true" android:logo="@drawable/logo_for_up" android:screenOrientation="portrait" android:theme="@style/AppTheme" > </application> 그것을 사용하는 장점과 단점을 친절하게 제안하십시오. 나는이 질문을하는 이유입니다.