Top "Bundle" questions

Bundles are a group of resources.

Android Notification PendingIntent Extras null

I am trying to send information from notification to invoked activity, while from my activity I got null. The code …

android android-intent bundle android-notifications android-pendingintent
Can't change bundle ID in project, greyed out

I'm having a problem with bundle identifiers. In the Summary section of my project in Xcode and under 'Identifiers', I …

ios xcode bundle identifier
How to run a ruby script within bundler context?

I have a Ruby script called foo.rb, and I want to run it within the context of the bundler …

ruby bundle
Whats the difference between bundle install --deployment and bundle pack

I know they both put the gems in your app in different locations but it seems as if bundle install …

ruby-on-rails ruby-on-rails-3 gem bundle bundler
Laravel 4 Artisan error when trying to install a bundle

I am simply trying to install a laravel bundle via the Artisan CLI using the latest Laravel 4 beta from github. …

php laravel laravel-4 bundle
Fragments onCreateView() bundle. Where does it come from?

I'm starting an Activity through the usual means: Intent startIntent = new Intent(this, DualPaneActivity.class); startIntent.putExtras(((SearchPageFragment) currentFragment).getPageState()); …

android bundle
This application failed to start because it could not find or load the Qt platform plugin "cocoa"

I think I did everything I could in the last 20 hours, but nothing seems to work. My app is running …

macos python-3.x bundle cx-freeze pyqt5
How to Iterate through all Bundle objects

I am trying to create helper method that would iterate through all Bundle objects, in a generic manner. By "generic" …

android bundle sharedpreferences
Why Bundle object is always null on onCreate()?

I am trying get into Android programming, and for I am taken some examples from a book. In on of …

android bundle oncreate
The bundle currently has rails locked at 4.0.4

In Gemfile I made the following change: -bash> git diff Gemfile ... -gem 'rails', '4.0.4' +gem 'rails', '4.0.5' …

ruby-on-rails ruby-on-rails-4 bundle upgrade gemfile