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 you obtain a Drawable object from a resource id in android package?

I need to get a Drawable object to display on an image button. Is there a way to use the …

android resources drawable android-context
How do I add a resources folder to my Java project in Eclipse

I want to have a place to store my image files to use in my Java project (a really simple …

java eclipse file-io resources project-organization
How can I get a resource "Folder" from inside my jar File?

I have a resources folder/package in the root of my project, I "don't" want to load a certain File. …

java list resources directory
Correct way to quit a Qt program?

How should I quit a Qt Program, e.g when loading a data file, and discovered file corruption, and user …

qt resources exit quit
How do I read a resource file from a Java jar file?

I'm trying to access an XML file within a jar file, from a separate jar that's running as a desktop …

java jar resources
How to read file from res/raw by name

I want to open a file from the folder res/raw/. I am absolutely sure that the file exists. To …

android file-io resources
Load image from resources

I want to load the image like this: void info(string channel) { //Something like that channelPic.Image = Properties.Resources.+channel } …

c# image resources picturebox
How can I discover the "path" of an embedded resource?

I am storing a PNG as an embedded resource in an assembly. From within the same assembly I have some …

c# .net resources
Android: How to add R.raw to project?

How I could add R.raw class to my android project? Now I haven't /res/raw folder at all (and …

android resources