Skip to content

Instantly share code, notes, and snippets.

View ncruces's full-sized avatar

Nuno Cruces ncruces

  • Lisboa, Portugal
View GitHub Profile
@ncruces
ncruces / Bundler.java
Last active July 2, 2021 09:48 — forked from f2prateek/Bundler.java
Fluent API for working with bundles
package io.github.ncruces.utils;
import android.os.Bundle;
import android.os.IBinder;
import android.os.Parcelable;
import android.os.PersistableBundle;
import android.util.Size;
import android.util.SizeF;
import android.util.SparseArray;