i could see that there is difference between two arrays..
title = new String[] { "My Profile", "Meet people","My Friends","Setting" }; // 4 values
subtitle = new String[] { "", "", "" }; //3 values
add one more value to subtitle array..
7
solved Unfortunately App Has Stopped