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.

Android Resource IDs

I'm retrieving custom Resource IDs from a custom xml view type. I'm asked to specify a default int value for …

android resources
Qt Image from resource file

I'm trying to insert an image to my program via resource file, which is like: <RCC> <qresource …

qt resources qimage
Can I list the resources in a given package?

Lets assume my classes are loaded from a compressed .war file or loaded elsewhere, how can I discover all the …

java list resources war
How to get all files from assets folder

I am trying to get all images in my assets folder using the codes below private List<String> …

android resources assets
Place storyboard in application resources

I need to use the same storyboard in several places therefore I placed the storyboard inside my Application.Resources . When …

c# wpf xaml resources dynamicresource
How to compile Delphi RES file from commandline

I never worked with Delphi before, so maybe the question looks a simple minded, But I need to change FileVersion …

delphi resources rc versioninfo
AngularJS $resource interceptors

How do I add interceptors to a $resource call? Let's say I have a resource factory called Users, like so; …

angularjs http rest resources interceptor
Getting started with autotools

Anyone recommend how a person could get started with autotools in building a C project?

c resources build build-automation autotools
Specify width/height as resource in WPF

Is there a way in WPF to specify a width/height as a resource, so that it can be reused …

wpf resources styles resourcedictionary
How can I open a resx file in Visual Studio XML editor by default?

I want the 'View Code' view by default (xml editor), so that I can use features in R# File Structure …

visual-studio visual-studio-2010 ide resources resx