Top "Bundle" questions

Bundles are a group of resources.

What is a "bundle" in an Android application

What is a bundle in an Android application? When to use it?

android bundle android-bundle
bundle install returns "Could not locate Gemfile"

I'm new to Rails and am currently working through a guide. The guide states: Use a text editor to update …

ruby-on-rails installation bundle gemfile
Passing a Bundle on startActivity()?

What's the correct way to pass a bundle to the activity that is being launched from the current one? Shared …

android android-activity bundle
Where can i download Eclipse Android bundle

Where can I download Eclipse Android Bundle? Google now directed you to download Android Studio or to download Eclipse SDK …

android eclipse download sdk bundle
How to send objects through bundle

I need to pass a reference to the class that does the majority of my processing through a bundle. The …

android serialization android-activity bundle parcelable
How to send parameters from a notification-click to an activity?

I can find a way to send parameters to my activity from my notification. I have a service that creates …

android android-intent bundle notifications
ASP.NET Bundles how to disable minification

I have debug="true" in both my web.config(s), and I just don't want my bundles minified, but nothing …

asp.net asp.net-mvc asp.net-mvc-4 bundle asp.net-optimization
Sending arrays with Intent.putExtra

I have an array of integers in the activity A: int array[] = {1,2,3}; And I want to send that variable to …

java android android-intent android-activity bundle
A cycle was detected in the build path of project xxx - Build Path Problem

I'm in the process of converting my projects to OSGI bundles using maven and eclipse. Maven builds the stuff just …

java eclipse maven-2 osgi bundle
Simple example for Intent and Bundle

I'm new to android with almost no knowledge about Java and XML. I'm learning it through pdfs that i'm getting …

android android-intent bundle