Hello I am trying to learn Android development and I am building a new application. I have implemented a ListFragment and an adapter to display some notes. The notes are displayed as I wanted but now when I click on an item I cannot fire another activity and I see the error above in the Log. My code is shown below. Hello I am trying to learn Android development