Top "Bundle" questions

Bundles are a group of resources.

How to pass integer from one Activity to another?

I would like to pass a new value for an integer from one Activity to another. i.e.: Activity B …

android integer bundle
What's onCreate(Bundle savedInstanceState)

Can anyone help me to know about the Bundle savedInstanceState in onCreate(Bundle savedInstanceState) I am newbie in Android. I …

android bundle oncreate
How to pass ArrayList<CustomeObject> from one activity to another?

I want to send Following ArrayList from one activity to another please help. ContactBean m_objUserDetails = new ContactBean(); ArrayList<…

android android-intent bundle serializable
how do you pass images (bitmaps) between android activities using bundles?

Suppose I have an activity to select an image from the gallery, and retrieve it as a BitMap, just like …

android image bundle
find_spec_for_exe': can't find gem bundler (>= 0.a) (Gem::GemNotFoundException)

I used sudo bundle install and that might be the cause of the issue? Now I have: gem -v 2.6.14 ruby …

ruby rubygems bundle jekyll
MVC4 StyleBundle not resolving images

My question is similar to this: ASP.NET MVC 4 Minification & Background Images Except that I want to stick with …

css jquery-ui asp.net-mvc-4 bundle asp.net-optimization
Check if extras are set or not

Is there any way to check if an extra has been passed when starting an Activity? I would like to …

android android-activity android-intent bundle
How to pass custom object in Bundle?

I am trying to pass my own custom object into a bundle: Bundle b = new Bundle(); STMessage message = (STMessage)a.…

java android object android-intent bundle
Android: How to pass Parcelable object to intent and use getParcelable method of bundle?

Why bundle has getParcelableArrayList, getParcelable methods; but Intent has only putParcelableArrayListExtra method? Can I transmit only object<T>, …

android android-intent bundle parcelable
IOS: copy a file in documents folder

In my project I have two file .txt (in Resources folder), how can I copy them inside documents folder?

ios xcode bundle