I'm looking for a ListView with checkboxes and arrangeable by drag & drop. Something like in google keep's listview:

I'm new to all the part of building applications, so if it requires adding something to Eclipse, I'd love it to be attached also a guide :)
You can use Android's simple_list_item_multiple_choice like this
It is very limited in functionality. So if you want to add more customizations to your listView, create a custom listView. Here is a link to a useful complete tutorial on that
Creating lists in Android