f

framework

Shuttle provides a modern, guarded way to pass large Serializable objects with Intents or saving them in Bundle objects to avoid app crashes from TransactionTooLargeExceptions.
https://github.com/grarcht/Shuttle
The MIT License
Gregory
Files download
File Operation
framework-2.1.0.pom download
framework-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.grarcht.shuttle</groupId>
  <artifactId>framework</artifactId>
  <version>2.1.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.grarcht.shuttle:framework:2.1.0'
Gradle Kotlin
implementation("com.grarcht.shuttle:framework:2.1.0")
Scala SBT
libraryDependencies += "com.grarcht.shuttle" % "framework" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.grarcht.shuttle', module='framework', version='2.1.0')
)
Apache Ivy
<dependency org="com.grarcht.shuttle" name="framework" rev="2.1.0" />
Leiningen
[com.grarcht.shuttle/framework "2.1.0"]
Apache Buildr
'com.grarcht.shuttle:framework:jar:2.1.0'