Android Open Source - Development intent Android---Prueba_Parcelable






Project Summary

Ejemplo de como usar un parcelable(transferir con un intent una clase no primitiva).

Web Site / Source Repository

Android---Prueba_Parcelable is hosted in the following web site
https://github.com/bakenekomonster/Android---Prueba_Parcelable

If you think the Android project Android---Prueba_Parcelable listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of Android---Prueba_Parcelable.

ItemValue
Java File Count14
Minimum SDK Version10
Activity Count2

Java Source Files

Android---Prueba_Parcelable has the following Java source files.

com.my.PruebacevicheparcelableActivity.java
com.my.classDTO.CevicheDTO.java
com.my.classDTO.Fuente_ArchivoDTO.java
com.my.classDTO.ImagenPrimDTO.java
com.my.classDTO.ImagenSecDTO.java
com.my.classDTO.IngredienteDTO.java
com.my.classDTO.RatingDTO.java
com.my.classDTO.RegionDTO.java
com.my.classDTO.TipDTO.java
com.my.classDTO.TipoDTO.java
com.my.classDTO.VideoDTO.java
com.my.classParcerable.CevicheParcelable.java
com.my.classParcerable.ImagenSecParcelable.java
com.my.segundo.java