This is my list view which is showing a list but in a ugly way . Please tell me how to arrange the numbers in a ordered manner.
May be my question is not clear , ask me anything you want .
Here is the code for adapter
ArrayAdapter<String> adapter= new ArrayAdapter<String>(this,android.R.layout.simple_list_item_1,combination);
ListView listView=(ListView)findViewById(R.id.listView);
listView.setAdapter(adapter);