d.medina
04/14/2017, 2:26 PMmg6maciej
04/14/2017, 4:42 PMonCreate(Bundle)
should have Bundle?
, because it will always send null on first call to this function. On the other hand onOptionsItemSelected(MenuItem)
should not have MenuItem?
because Android framework will never call it with null.d.medina
04/14/2017, 5:45 PM?
when I think it can be null.