2017-05-09 9 views
0

내 앱에는 탭보기가 있으며 4 개의 탭이 있으며이 탭은이 탭의 모든 탭을로드하는 "탭보기 - 탭 변경 애니메이션"때문에 상대적으로 많은 작업을 수행합니다.Android 소비 메모리 크기 제한

그래서 앱은 약 170-250Mb의 메모리를 소모합니다. android : largeHeap = "true" "minSdkVersion 14";

  • 메모리가 부족하면 문제가 될 수 있습니까?
  • % 70이 790MB보다 크고 모든 기기에 대한 메모리 분포 차트가 있습니까?
  • 이 문제에 경험이있는 사람은 누구나 문제없이 최대 힙 크기를 제안 해주세요.

추신 :이 응용 프로그램에서 : 나는 큰 비트 맵이나 다른 파일을 다루고 있지 않습니다. 사전에

감사합니다 ...

답변

1
you can try for XML layout also see bellow link for more info....I hope you will get solutions from this link.... 
<android.support.design.widget.TabLayout> 
and try it for tablet 
<android.support.design.widget.TabLayout 
android:layout_width="match_parent" 
android:layout_height="wrap_content" 
app:tabMaxWidth="0dp" 
app:tabGravity="fill" 
app:tabMode="fixed"/> 
. 
http://www.truiton.com/2015/06/android-tabs-example-fragments-viewpager/ 
http://www.androidhive.info/2015/09/android-material-design-working-with-tabs/ 
+0

감사 의견 Nakum, 나는 시도하고 최대한 빨리 변경 사항을 알려줍니다. 하지만 내 질문에 대해서는 사실이 크기가 괜찮습니까? –