Top "Resources" questions

Assets (like memory, disk space, CPU power or alike) necessary for effective operation or physical files (like images, configuration files or other) to provide some externalized enrichment to an application.

Howto embed images in Actionscript 3 / Flex 3 the right way?

I'm creating a game where a lot of images are being used in Actionscript / Flex 3 (Flash). Now that I've reached …

actionscript-3 image flex3 resources embedded-resource
Splash screen while loading resources in android app

I'd like to have a splash screen while loading resources (images and sounds). How do I know everything is loaded? …

android resources splash-screen
How to add PNG resource in Visual Studio 2010?

I have a PNG (i.e. a compressed image) that I'd like to include in my assembly (i.e. application). …

.net visual-studio visual-studio-2010 resources .net-assembly
How can I get a BitmapImage from a Resource?

My assembly includes an image with BuildAction==Resource. I want to obtain a BitmapImage from this embedded resource. I can …

wpf resources bitmapimage pack-uri
Java try/catch/finally best practices while acquiring/closing resources

While working on a school project, I wrote the following code: FileOutputStream fos; ObjectOutputStream oos; try { fos = new FileOutputStream(file); …

java resources try-catch
Read text file from C# Resources

I need to read a file from my resources and add it to a list. my code: private void Form1_…

c# file-io resources streamreader
Maven (Surefire): copy test resources from src/test/java

Maven's Surefire (testing) pluginmvn test-compile copies files in src/test/resources to target/test-classes. It compiles .java in src/test/…

maven copy resources maven-surefire-plugin
REST Complex/Composite/Nested Resources

I'm trying to wrap my head around the best way to address concepts in a REST based API. Flat resources …

api rest resources nested-resources
How to combine imported and local resources in WPF user control

I'm writing several WPF user controls that need both shared and individual resources. I have figured out the syntax for …

wpf xaml resources
Loading javascript into a UIWebView from resources

I need to load javascript files from my apps resources folder. As of right now, it does read images from …

javascript xcode ios resources mathjax