How to pass custom object in Bundle? April 19, 2023 by Tarik One way is to have your custom object implement the Parcelable interface and use Bundle.putParcelable/Bundle.getParcelable