in my Android app I have created a ListView component called myList, and filled it with objects of my own custom type:
class MyClass{ private String di
MyClass selItem = (MyClass) myList.getSelectedItem(); //
You never instantiated your class.