Activity containing image button take too much time to load
Activity containing image button take too much time to load I have an Activity that has 50+ image button. Each image is about 30-40 kb. When i open the Acitivity it takes 2-3 second. What can i do to open it fast. <Button android:id="@+id/desi_unique" android:layout_width="match_parent" android:layout_height="70dp" android:layout_margin="5dp" android:background="@drawable/unique" android:gravity="bottom|right" android:paddingBottom="10dp" android:paddingRight="5dp" android:text="@string/unique" android:textColor="@color/black" android:textSize="15sp" /> You can use multiple AsyncTas...