Add Footer and Header View in ListView

Step 1: Create a layout xml for the header and footer as per your requirement. header.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"...

How To Show Images In Android

Place This Code To droidface.xml <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"     xmlns:tools="http://schemas.android.com/tools"     xmlns:app="http://schemas.android.com/apk/res-auto"     android:id="@+id/droidface"    ...