Android android.os Bundle

Android examples for android.os:Bundle

Description

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

  1. Convert a fragment arguments bundle into an intent.
  2. intercept Boolean Param from Bundle
  3. intercept Byte Param from Bundle
  4. intercept Char Param from Bundle
  5. intercept String Param from Bundle
  6. intercept Double Param from Bundle
  7. intercept Float Param from Bundle
  8. intercept Int Param from Bundle


  9. intercept Long Param from Bundle
  10. intercept Parcelable Param from Bundle
  11. Add Bundle to Intent
  12. get Single Object Bundle
  13. Converts a Bundle to HashMap
  14. Get an array of Bundle objects from a parcelable array field in a bundle
  15. clear Extras In Intent by put in new Bundle
  16. Check if Bundle contains Non Empty value indexed by key


  17. copy Extras from Intent's Bundle
  18. get Bundle value by key As Boolean
  19. get Bundle value by key As Int
  20. Format value in Bundle to String
  21. get Boolean value from Bundle by key with default value
  22. get Int value from Bundle by key with default value
  23. get String value from Bundle by key with default value
  24. get Int value from Bundle by key and handle null value
  25. get Long value from Bundle by key and handle null value
  26. is Bundle value Empty by key
  27. create a new bundle with one key-value parameter
  28. check if Bundle contains All keys
  29. Throw Exception if Bundle is missing the key
  30. Convert Bundle To Map
  31. Convert Map<String, Serializable> To Bundle
  32. get Boolean value from Bundle with default value
  33. get Double value from Bundle with or without default value
  34. get Int value from Bundle with or without default value
  35. get String from Bundle with or without default value
  36. get generic Value from Bundle with default value
  37. show and format Content inside Bundle
  38. Convert Bundle To Persistable Bundle
  39. Convert Persistable Bundle To Bundle
  40. Convert Bundle to URL query String
  41. Convert URL query string to Bundle
  42. get Date object from Bundle by Key
  43. put Date value to Bundle by converting Date value to long value
  44. copy Bundle Array from Parcelable to Bundle
  45. Get ArrayList from Bundle by key
  46. get Long value from Bundle by converting Integer and String value to long
  47. get Values from Bundle and returns a Map
  48. Check if Bundle contains key by Indexes
  49. fill Int Arrays from Bundle by Key
  50. Check if two Bundle object are Equal recursively
  51. Convert Map<String, String> Collection To Bundle
  52. Convert Bundle To Map<String, String> Collection
  53. get String By Case Insensitive key inside Bundle
  54. dump Bundle to string recursively
  55. get String value from Bundle by key
  56. create Bundle via Key and value
  57. Check if a Bundle object contains a value by key
  58. add value to Bundle If Not Empty
  59. add value to Bundle If Not Null
  60. get Boolean from Bundle, if not found return null
  61. get Integer from Bundle, if not found return null
  62. get Long from Bundle, return null if not found
  63. get String from Bundle, return null if not found
  64. get Boolean from a list of Bundle
  65. get Double from a list of Bundle
  66. get Float from a list of Bundle
  67. get Int from a list of Bundle
  68. get Long from a list of Bundle
  69. get Parcelable from a list of Bundle
  70. get String from a list of Bundle
  71. get String Array from a list of Bundle
  72. get ArrayList from a list of Bundle
  73. Check if Bundle contains a value via key
  74. Fetches object from the bundle with com.google.gson.Gson
  75. Retrieves java.util.ArrayList of strings from bundle if present.
  76. Retrieves boolean value from bundle if present
  77. Retrieves float value from bundle if present
  78. Retrieves int value from bundle if present
  79. Retrieves long value from bundle if present.
  80. Retrieves string value from bundle if present.
  81. Puts boolean value to bundle if passed and creates empty Bundle if null passed
  82. put Float value to Bundle, or return empty Bundle
  83. Puts int value to bundle bundle if passed and creates empty Bundle if null passed.
  84. Puts long value into a bundle. If bundle is null new empty Bundle will be created.
  85. Puts string value to bundle if passed and creates empty Bundle if null passed.
  86. Removes object from the bundle.
  87. write Gson Object to Bundle
  88. ensure Contains Key or throw exception
  89. bundle Equals
  90. bundle From Byte Array