Top "Bundle" questions

Bundles are a group of resources.

Put Object as intent for next activity

Is it possible to to put an object of type Object into an intent as a Extra? I have a …

android object android-intent bundle parcelable
How to use ASP.Net MVC 4 to Bundle LESS files in Release mode?

I'm trying to have LESS files in my web project, and have the MVC 4 bundling functionality call into the dotLess …

asp.net-mvc-4 less bundle
How to create OSGi bundle from jar library?

How to create OSGi bundle from jar library?

java osgi bundle
Save Bundle to SharedPreferences

I've gone to great lengths to make all of the data for my Android game fit into a savedInstanceState Bundle. …

android save bundle sharedpreferences
Passing custom List of data using Bundle

I'm developing a simple app, that contains tabview with fragment. I am stuck at the place, where i have to …

android list android-fragments bundle custom-object
what is {version} in ScriptBundle("~/scripts/jquery-{version}.js")

I try to get started with MVC SPA apps, and I noticed in BundleConfig the following: ScriptBundle("~/scripts/jquery-{version}.…

asp.net-mvc bundle single-page-application
Bundle install is not working

I'm developing Ruby on Rails on Windows. Something went wrong with our local network and can't access https://www.rubygems.…

ruby-on-rails ruby bundle gemfile
meaning of this glassfish warning: context path differs from bundle

I'm not quite sure what this error message is indicating: INFO: visiting unvisited references INFO: visiting unvisited references INFO: visiting …

jakarta-ee netbeans glassfish bundle application.xml
MVC4 Less Bundle @import Directory

I'm trying to use MVC4 bundling to group some of my less files, but it looks like the import path …

import asp.net-mvc-4 bundle less asp.net-optimization
How do I pass data from a BroadcastReceiver through to an Activity being started?

I've got an Android application which needs to be woken up sporadically throughout the day. To do this, I'm using …

android android-intent bundle broadcastreceiver alarm