Using Intents to Load the Image from Gallery.
Initially you need to have the permission
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
Use the Following Code to have the layout as designed follows.
<?xml version="1.0" enco...