Right now i am displaying the data from XML file in to grid view in android.This is the exact xml\'s file link
\"http://54.251.60.177/StudentWebService/StudentDetai
Don't use a grid view, it won't help you. It is designed to display a list of items as a grid. You may specify the number of columns, but displaying a table is more of a job for a TableLayout.