I am trying to create ListView and fill it with data , but when i launch the application crashes and shows me a message
Unfortunately,…
Your constructor for the arrayadapter is incorrect.
ArrayAdapter(this,android.R.layout.simple_list_item_1, R.id.mylist, actions);
I believe R.id.mylist is the identifier for the listview? With this constructor it is actually expecting the identifier of the textview that is part of the layout android.R.layout.simple_list_item_1