EXTRA with parcelable comes out NULL but without its fine
问题 I am getting a bit frustrated with an issue that I cannot seem to fully understand. I have a listview with items and when I click them I want to pass an object (Parcelable) to a new activity. This is the code below: lv_Entries.setOnItemClickListener(new AdapterView.OnItemClickListener() { public void onItemClick(AdapterView<?> parent, View view, int position, long id) { Intent getItchesScreen = new Intent(Home.this, Itches.class); getItchesScreen.putExtra("i", 3); Entry e = entries.get