This Topic Mainly Concentrate on Loading the Bitmaps Effectively in Android Devices.
When it comes to loading a bitmap, the question comes where it is loaded from. Here we are going to discuss about how to load the Bitmap from Resource with in the Android Device. i.e. eg from Gallery.
We will go through this by example which are discussed below.
<uses-permission>
-- > Tag Used for the Permission .android:name
-- > An attribute used to give name for the permission we are going to request.android.permission.READ_EXTERNAL_STORAGE
--> It is System permissions