
Since we have the packageName, we can just fetch the Drawables directly. This uses some shortcuts to try to make things run faster. For example, the ImageView does not have an ID, instead it is references by the index number within the LinearLayout.
Since we have the packageName, we can just fetch the Drawables directly. This uses some shortcuts to try to make things run faster. For example, the ImageView does not have an ID, instead it is references by the index number within the LinearLayout.