Android android.os Parcel

Android examples for android.os:Parcel

Description

Click the following links for the tutorial for android.os and Parcel.

  1. mutate via Parcel
  2. Writes the public field values to the Parcel order by the field names(asc).
  3. Sets the public field's value of the target object from the Parcel order by the field name(asc).
  4. parcelable From Byte Array
  5. intent From Byte Array
  6. is Field Parcelable
  7. Read a HashMap from a Parcel, class of key and value can parcelable both
  8. Read a HashMap from a Parcel, class of key and value are both String


  9. Read a HashMap from a Parcel, class of key is String, class of Value can parcelable
  10. Write a HashMap to a Parcel, class of key and value can parcelable both
  11. Write a HashMap to a Parcel, class of key and value are both String
  12. Write a HashMap to a Parcel, class of key is String, class of Value can parcelable
  13. read Date from Parcel
  14. write Date to Parcel
  15. read Parcelable Creator
  16. write Parcelable Creator


  17. read Boolean from Parcel
  18. read String from Parcel
  19. write Boolean from Parcel
  20. write String from Parcel
  21. Read a boolean value from the Parcel .
  22. Read a char value from the Parcel .
  23. Read a Serializable object from the Parcel .
  24. Read a String object from the Parcel .
  25. Write a boolean value into the Parcel .
  26. Write a char value into the Parcel .
  27. Write a Serializable object with a presence flag into the Parcel .
  28. Write a String object with a presence flag into the Parcel .
  29. read List From Parcel
  30. write List To Parcel
  31. write To Parcel
  32. read Integer Array From Parcel
  33. read Integer Array List From Parcel
  34. read String Array List From Parcel
  35. write Integer Array List To Parcel
  36. write Integer Array To Parcel
  37. write String Array List To Parcel
  38. read Big Decimal from Parcel
  39. read Type ArrayList from Parcel
  40. write Big Decimal to Parcel
  41. write Type List to Parcel
  42. collect Camera Parameters
  43. set Barcode Scene Mode for Camera Parameter
  44. set Best Preview FPS for Camera Parameters
  45. set Focus Area in Camera Parameters
  46. set Camera Focus via Camera Parameter
  47. set Camera Invert Color via Camera Parameter
  48. set Camera Metering area via Camera Parameter
  49. set Camera Torch on via Parameter
  50. read Creator