currently, when you develop a new sample, there are two things slowing you down:
It would be great, if you could preselect a sample via command line parameter so you don't have to find your new sample.
The sample browser loads all resources at the beginning. With a lot of media, you have to wait quite some time. It would be great, if the SdkSample-class got a new pure virtual method "getResources()" which is called on sample start where it return it's desired resources so they can be loaded on sample start.