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.

How do I use an icon that is a resource in WPF?

I have a .ico file that is embedded as a resource (build action set to resource). I am trying to …

wpf resources icons
Getting a list of files in the Resources folder - iOS

Let's say I have a folder in my "Resources" folder of my iPhone application called "Documents". Is there a way …

iphone ios resources
Add floating point value to android resources/values

I'm trying to add a little space between lines to my TextViews using android:lineSpacingMultiplier from the documentation: Extra spacing …

android resources floating-point
ResourceBundle not found for MessageSource when placed inside a folder

I am trying to use resource bundles with Spring's Message Source. Here is the way I am doing it: @Component …

spring spring-mvc resources resourcebundle
no resource found that matches the given name

This: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="de.…

android resources manifest
Set an exe icon for my program

I'm using Microsoft Visual Studio 2008 and I'm trying to set an exe icon for my program. I've searched this site …

c++ visual-studio-2008 resources executable icons
How can I access ResourceDictionary in wpf from C# code?

I have a DataTemplate defined in a xaml file that I want to access via C# code. Can anyone please …

c# wpf resources
Different values folders in android

I am creating different values folders in my app (values, values-ldpi, values-mdpi, values-hdpi, values-xhdpi, values-nodpi, values-w360dp-mdpi). But some devices …

android resources dimensions
How to get a test resource file?

In a unit test I need to import a csv file. This is located in the resources folder, i.e. …

java testing resources maven surefire
Maven: Include resources into JAR

I have some terrible beaviour. I have the following Maven configuration: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:…

java maven resources maven-assembly-plugin