I have an issue with my Main Activity and a ListView and I absolutly don\'t understand how it works...
OK ! This is what I want :
Expectation
listview has to have its own layout, so you need to create a new layout that just contains listview and in getView() method use it as a row of your listView
1- create a new row_listview.xml
2-Change this line
view = inflater.inflate(R.layout.activity_main_menu, null);
to
view = inflater.inflate(R.layout.row_listview, null);